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
Public method HierarchyIdException() Initializes a new instance of the HierarchyIdException class.
Public method HierarchyIdException(String) Initializes a new instance of the HierarchyIdException class with a custom error message.
Protected method HierarchyIdException(SerializationInfo, StreamingContext) Initializes a new instance of the HierarchyIdException class with serialized data.
Public method HierarchyIdException(String, Exception) Initializes a new instance of the HierarchyIdExceptionclass with a custom error message and the triggering exception object.

Top