Initializes a new instance of the AppDomainUnloadInProgressException with default properties.
[Visual Basic] Overloads Public Sub New() [C#] public AppDomainUnloadInProgressException(); [C++] public: AppDomainUnloadInProgressException(); [JScript] public function AppDomainUnloadInProgressException();
AppDomainUnloadInProgressException 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. |
AppDomainUnloadInProgressException Class | AppDomainUnloadInProgressException Members | System Namespace | AppDomainUnloadInProgressException Constructor Overload List