ErrorContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the context of a particular error.
public ref class ErrorContext : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="ErrorContext", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ErrorContext : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="ErrorContext", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ErrorContext = class
inherit DataContractBase
Public Class ErrorContext
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The ErrorContext complex type specifies the context of a particular error. This type identifies the object that was operated on when the error occurred.
Constructors
ErrorContext() |
Initializes a new instance of the ErrorContext class. |
Properties
FullyQualifiedName |
Specifies the object FullyQualifiedName of the context identifier in dot notation. |
Identifier |
Specifies the object context identifier of the error. |
Type |
Specifies the object type of the context identifier. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |