ApplicationException Constructor
.NET Framework (current version)
Initializes a new instance of the ApplicationException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ApplicationException() | Initializes a new instance of the ApplicationException class. |
![]() | ApplicationException(SerializationInfo, StreamingContext) | Initializes a new instance of the ApplicationException class with serialized data. |
![]() | ApplicationException(String) | Initializes a new instance of the ApplicationException class with a specified error message. |
![]() | 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. |
Show:

