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.