Error Constructor (String, String)
Initializes a new instance of the Error class with the specified code and description values.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
Public Sub New ( _
code As String, _
description As String _
)
'Uso
Dim code As String
Dim description As String
Dim instance As New Error(code, description)
public Error(
string code,
string description
)
public:
Error(
String^ code,
String^ description
)
new :
code:string *
description:string -> Error
public function Error(
code : String,
description : String
)
Parámetros
- code
Tipo: System.String
A specified code value.
- description
Tipo: System.String
A specified description value.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts