Initializes a new instance of the ApplicationException with default properties.
[Visual Basic] Overloads Public Sub New() [C#] public ApplicationException(); [C++] public: ApplicationException(); [JScript] public function ApplicationException();
ApplicationException inherits from the Exception class. This constructor sets the properties of the Exception object as follows:
Property Type | Condition |
---|---|
InnerException | null |
Message | The empty string. |
ApplicationException Class | ApplicationException Members | System Namespace | ApplicationException Constructor Overload List