AppDomainUnloadedException Constructor (String)
Initializes a new instance of the AppDomainUnloadedException class with a specified error message.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
public AppDomainUnloadedException (
stringmessage
)
Parameters
- message
The error message that explains the reason for the exception.
Remarks
The text in the message parameter is intended to be understood by humans. Whoever calls this constructor should ensure that the message text has been localized for the current system culture.
The following table lists the initial property values for an instance of the AppDomainUnloadedException class.
Property | Value |
---|---|
InnerException | A null reference |
Message | The error message string |
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
AppDomainUnloadedException Class
AppDomainUnloadedException Members
System Namespace