System.AppDomainUnloadedException.AppDomainUnloadedException C# (CSharp) Method

AppDomainUnloadedException() public method

Initializes a new instance of the AppDomainUnloadedException class with a specified error message.
public AppDomainUnloadedException ( String message )
message String The message that describes the error.
        public AppDomainUnloadedException(String message)
            : base(message)
        {
        }

Same methods

AppDomainUnloadedException::AppDomainUnloadedException ( )
AppDomainUnloadedException::AppDomainUnloadedException ( String message, Exception innerException )
AppDomainUnloadedException