Конструктор DeploymentOperationException (String)
Initializes a new instance of the DeploymentOperationException class with the specified error message.
Пространство имен: Microsoft.MasterDataServices.Deployment
Сборка: Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)
Синтаксис
'Декларация
Public Sub New ( _
message As String _
)
'Применение
Dim message As String
Dim instance As New DeploymentOperationException(message)
public DeploymentOperationException(
string message
)
public:
DeploymentOperationException(
String^ message
)
new :
message:string -> DeploymentOperationException
public function DeploymentOperationException(
message : String
)
Параметры
- message
Тип: System.String
The error message associated with the exception.
См. также
Справочник
DeploymentOperationException Класс