System.TypeLoadException.TypeLoadException C# (CSharp) Method

TypeLoadException() public method

public TypeLoadException ( ) : System
return System
        public TypeLoadException() 
            : base(Environment.GetResourceString("Arg_TypeLoadException")) {
            SetErrorCode(__HResults.COR_E_TYPELOAD);
        }
    

Same methods

TypeLoadException::TypeLoadException ( SerializationInfo info, StreamingContext context ) : System
TypeLoadException::TypeLoadException ( String message ) : System
TypeLoadException::TypeLoadException ( String message, Exception inner ) : System
TypeLoadException::TypeLoadException ( String className, String assemblyName, String messageArg, int resourceId ) : System