ApplicationException Constructor
.NET Framework 3.0
Initializes a new instance of the ApplicationException class.
| Name | Description |
|---|---|
| ApplicationException () | Initializes a new instance of the ApplicationException class. Supported by the .NET Compact Framework. |
| ApplicationException (String) | Initializes a new instance of the ApplicationException class with a specified error message. Supported by the .NET Compact Framework. |
| ApplicationException (SerializationInfo, StreamingContext) | Initializes a new instance of the ApplicationException class with serialized data. |
| ApplicationException (String, Exception) | Initializes a new instance of the ApplicationException class with a specified error message and a reference to the inner exception that is the cause of this exception. Supported by the .NET Compact Framework. |