다음을 통해 공유


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 네임스페이스