다음을 통해 공유


DeploymentOperationException 생성자 (String, Collection<Error>)

Initializes a new instance of the DeploymentOperationException class with the specified error message and error collection.

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

구문

‘선언
Public Sub New ( _
    message As String, _
    errors As Collection(Of Error) _
)
‘사용 방법
Dim message As String 
Dim errors As Collection(Of Error)

Dim instance As New DeploymentOperationException(message, _
    errors)
public DeploymentOperationException(
    string message,
    Collection<Error> errors
)
public:
DeploymentOperationException(
    String^ message, 
    Collection<Error^>^ errors
)
new : 
        message:string * 
        errors:Collection<Error> -> DeploymentOperationException
public function DeploymentOperationException(
    message : String, 
    errors : Collection<Error>
)

매개 변수

  • message
    유형: System.String
    The error message associated with the exception.

참고 항목

참조

DeploymentOperationException 클래스

DeploymentOperationException 오버로드

Microsoft.MasterDataServices.Deployment 네임스페이스