Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the Error class with the specified code, description, and error context values.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
Public Sub New ( _
code As String, _
description As String, _
errorContext As ErrorContext _
)
'Usage
Dim code As String
Dim description As String
Dim errorContext As ErrorContext
Dim instance As New Error(code, description, _
errorContext)
public Error(
string code,
string description,
ErrorContext errorContext
)
public:
Error(
String^ code,
String^ description,
ErrorContext^ errorContext
)
new :
code:string *
description:string *
errorContext:ErrorContext -> Error
public function Error(
code : String,
description : String,
errorContext : ErrorContext
)
Parameter
- code
Typ: System.String
A specified code value.
- description
Typ: System.String
A specified description value.
- errorContext
Typ: Microsoft.MasterDataServices.Services.DataContracts.ErrorContext
A specified error context value.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace