Error Constructor (String, String)

 

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

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

Syntax

public Error(
    string code,
    string description
)
public:
Error(
    String^ code,
    String^ description
)
new : 
        code:string *
        description:string -> Error
Public Sub New (
    code As String,
    description As String
)

Parameters

See Also

Error Overload
Error Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top