EventEnumerationException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the EventEnumerationException 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 | |
---|---|---|
EventEnumerationException() | Initializes a new instance of the EventEnumerationException using default values. | |
EventEnumerationException(String) | Initializes a new instance of the EventEnumerationException class with specified message. | |
EventEnumerationException(SerializationInfo, StreamingContext) | Initializes a new instance of the EventEnumerationException class with specified information and context. | |
EventEnumerationException(String, Exception) | Initializes a new instance of the EventEnumerationException class with specified message and inner exception. |
Top