HierarchyIdException 생성자 (String)

Initializes a new instance of the HierarchyIdException class with a custom error message.

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

구문

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

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

매개 변수

  • message
    유형: System.String
    A string that contains the custom error message.

주의

This constructor is called when an object throwing the exception is passing custom error information.

참고 항목

참조

HierarchyIdException 클래스

HierarchyIdException 오버로드

Microsoft.SqlServer.Types 네임스페이스