Class AppDomainUnloadedException
- Namespace
- System
- Assembly
- mscorlib.dll
The exception that is thrown when an attempt is made to access an unloaded application domain.
public class AppDomainUnloadedException : SystemException
- Inheritance
-
AppDomainUnloadedException
- Inherited Members
- Extension Methods
Constructors
AppDomainUnloadedException()
Initializes a new instance of the AppDomainUnloadedException class.
public AppDomainUnloadedException()
AppDomainUnloadedException(string)
Initializes a new instance of the AppDomainUnloadedException class with a specified error message.
public AppDomainUnloadedException(string message)
Parameters
message
stringThe message that describes the error.
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.
public AppDomainUnloadedException(string message, Exception innerException)