다음을 통해 공유


BuildFailedException 생성자 (String)

Initializes a new instance of the BuildFailedException with a string exception message.

네임스페이스:  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 BuildFailedException(message)
public BuildFailedException(
    string message
)
public:
BuildFailedException(
    String^ message
)
new : 
        message:string -> BuildFailedException
public function BuildFailedException(
    message : String
)

매개 변수

  • message
    유형: System.String
    The string describing the cause of the failure.

참고 항목

참조

BuildFailedException 클래스

BuildFailedException 오버로드

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