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