Error Constructor

 

Initializes a new instance of the Error class.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Overload List

Name Description
System_CAPS_pubmethod Error()

Initializes a new instance of the Error class with default values.

System_CAPS_pubmethod Error(String, String)

Initializes a new instance of the Error class with the specified code and description values.

System_CAPS_pubmethod Error(String, String, ErrorContext)

Initializes a new instance of the Error class with the specified code, description, and error context values.

See Also

Error Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top