HierarchyIdException Constructor
Include Protected Members
Include Inherited Members
Initializes instances of the HierarchyIdException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
HierarchyIdException() | Initializes a new instance of the HierarchyIdException class. | |
HierarchyIdException(String) | Initializes a new instance of the HierarchyIdException class with a custom error message. | |
HierarchyIdException(SerializationInfo, StreamingContext) | Initializes a new instance of the HierarchyIdException class with serialized data. | |
HierarchyIdException(String, Exception) | Initializes a new instance of the HierarchyIdExceptionclass with a custom error message and the triggering exception object. |
Top