EventFileIOException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the EventFileIOException 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 | |
---|---|---|
![]() |
EventFileIOException() | Initializes a new instance of the EventFileIOException class using default values. |
![]() |
EventFileIOException(String) | Initializes a new instance of the EventFileIOException class with specified exception message |
![]() |
EventFileIOException(SerializationInfo, StreamingContext) | Initializes a new instance of the EventFileIOException class with specified information and context. |
![]() |
EventFileIOException(String, Exception) | Initializes a new instance of the EventFileIOException class with specified error message and a reference to the inner exception that is the cause of this exception. |
![]() |
EventFileIOException(String, Int32) | Initializes a new instance of the EventFileIOException class with specified error message and error number. |
![]() |
EventFileIOException(String, Int32, String) | Initializes a new instance of the EventFileIOException class with a specified error message and an error number and the filename it refers to. |
Top