Конструктор DeploymentFailedException (String, Exception)

Initializes a new instance of the DeploymentFailedException class.

Пространство имен:  Microsoft.SqlServer.Dac.Deployment
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Применение
Dim message As String 
Dim innerException As Exception 

Dim instance As New DeploymentFailedException(message, _
    innerException)
public DeploymentFailedException(
    string message,
    Exception innerException
)
public:
DeploymentFailedException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> DeploymentFailedException
public function DeploymentFailedException(
    message : String, 
    innerException : Exception
)

Параметры

  • message
    Тип: System.String
    Indicates the reason for the exception.

См. также

Справочник

DeploymentFailedException Класс

Перегрузка DeploymentFailedException

Пространство имен Microsoft.SqlServer.Dac.Deployment