Error Class
An information container for an error that occurred during the processing of a request.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::Error
| Name | Description | |
|---|---|---|
![]() | Error() | Default constructor |
| Name | Description | |
|---|---|---|
![]() | Code | Obsolete. Gets or sets the error code. |
![]() | Context | Gets or sets the object context of the error if applicable. |
![]() | Description | Gets or sets the text describing the error. |
![]() | Number | Gets or sets the error number. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | Generates a formatted trace message for the error. (Overrides Object::ToString().) |
The Error complex type specifies an information container for an error that occurred during the processing of a request.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


