Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the DeploymentStagingException class with the specified error message and inner exception.
Пространство имен: Microsoft.MasterDataServices.Deployment
Сборка: Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)
Синтаксис
'Декларация
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Применение
Dim message As String
Dim innerException As Exception
Dim instance As New DeploymentStagingException(message, _
innerException)
public DeploymentStagingException(
string message,
Exception innerException
)
public:
DeploymentStagingException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> DeploymentStagingException
public function DeploymentStagingException(
message : String,
innerException : Exception
)
Параметры
- message
Тип: System.String
The error message associated with the exception.
- innerException
Тип: System.Exception
A reference to the inner exception that is the cause of the exception.
См. также
Справочник
DeploymentStagingException Класс