다음을 통해 공유


DeploymentFailedException 생성자 (String)

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 _
)
‘사용 방법
Dim message As String 

Dim instance As New DeploymentFailedException(message)
public DeploymentFailedException(
    string message
)
public:
DeploymentFailedException(
    String^ message
)
new : 
        message:string -> DeploymentFailedException
public function DeploymentFailedException(
    message : String
)

매개 변수

  • message
    유형: System.String
    Indicates the reason for the exception.

참고 항목

참조

DeploymentFailedException 클래스

DeploymentFailedException 오버로드

Microsoft.SqlServer.Dac.Deployment 네임스페이스