Error 생성자 (String, String)
Initializes a new instance of the Error class with the specified code and description values.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
Public Sub New ( _
code As String, _
description As String _
)
‘사용 방법
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
)
매개 변수
- code
유형: System.String
A specified code value.
- description
유형: System.String
A specified description value.