ElementNotAvailableException Constructor
.NET Framework 4.5
Initializes a new instance of the ElementNotAvailableException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ElementNotAvailableException() | Initializes a new instance of the ElementNotAvailableException class. |
|
ElementNotAvailableException(Exception) | Initializes a new instance of the ElementNotAvailableException class with a reference to the inner exception that caused this exception. |
|
ElementNotAvailableException(String) | Initializes a new instance of the ElementNotAvailableException class with a specified error message. |
|
ElementNotAvailableException(SerializationInfo, StreamingContext) | Initializes a new instance of the ElementNotAvailableException class with serialization information. |
|
ElementNotAvailableException(String, Exception) | Initializes a new instance of the ElementNotAvailableException class with a specified error message and a reference to the inner exception that caused this exception. |