Конструктор 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.
- errors
Тип: System.Collections.ObjectModel.Collection<Error>
The collection of operation result errors associated with the exception.
См. также
Справочник
DeploymentOperationException Класс