다음을 통해 공유


Error 생성자 (String, String, ErrorContext)

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

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
Public Sub New ( _
    code As String, _
    description As String, _
    errorContext As ErrorContext _
)
‘사용 방법
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
)

매개 변수

  • description
    유형: System.String
    A specified description value.

참고 항목

참조

Error 클래스

Error 오버로드

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스