AppDomainUnloadedException Constructor
.NET Framework 2.0
Initializes a new instance of the AppDomainUnloadedException class.
| Name | Description |
|---|---|
| AppDomainUnloadedException () | Initializes a new instance of the AppDomainUnloadedException class. Supported by the .NET Compact Framework. |
| AppDomainUnloadedException (String) | Initializes a new instance of the AppDomainUnloadedException class with a specified error message. Supported by the .NET Compact Framework. |
| AppDomainUnloadedException (SerializationInfo, StreamingContext) | Initializes a new instance of the AppDomainUnloadedException class with serialized data. |
| AppDomainUnloadedException (String, Exception) | Initializes a new instance of the AppDomainUnloadedException 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. |