다음을 통해 공유


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
)

매개 변수

주의

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