System.TypeUnloadedException.TypeUnloadedException C# (CSharp) Method

TypeUnloadedException() public method

public TypeUnloadedException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices
        public TypeUnloadedException() : base(Environment.GetResourceString("Arg_TypeUnloadedException"))
        {
            base.SetErrorCode(-2146234349);
        }

Same methods

TypeUnloadedException::TypeUnloadedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
TypeUnloadedException::TypeUnloadedException ( string message ) : System.Runtime.InteropServices
TypeUnloadedException::TypeUnloadedException ( string message, Exception innerException ) : System.Runtime.InteropServices
TypeUnloadedException