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 this exception.
- errors
유형: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Error> ) > ) >
The collection of operation result errors associated with this exception.