UtilityException 생성자 (String)

Initializes a new, default instance of the UtilityException class with the specified error message.

네임스페이스:  Microsoft.SqlServer.Management.Utility
어셈블리:  Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)

구문

‘선언
Public Sub New ( _
    message As String _
)
‘사용 방법
Dim message As String 

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

매개 변수

  • message
    유형: System.String
    Contains a message describing the error.

참고 항목

참조

UtilityException 클래스

UtilityException 오버로드

Microsoft.SqlServer.Management.Utility 네임스페이스