SEHException Constructor
.NET Framework 2.0
Initializes a new instance of the SEHException class.
| Name | Description |
|---|---|
| SEHException () | Initializes a new instance of the SEHException class. |
| SEHException (String) | Initializes a new instance of the SEHException class with a specified message. |
| SEHException (SerializationInfo, StreamingContext) | Initializes a new instance of the SEHException class from serialization data. |
| SEHException (String, Exception) | Initializes a new instance of the SEHException class with a specified error message and a reference to the inner exception that is the cause of this exception. |