Udostępnij przez


Konstruktor Error (String, String)

Inicjuje nowe wystąpienie Error klasy określony kod i opis wartości.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
Public Sub New ( _
    code As String, _
    description As String _
)
'Użycie
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
)

Parametry