C# Class System.TypeLoadException

Inheritance: SystemException, System.Runtime.Serialization.ISerializable
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
TypeLoadException ( ) : System
TypeLoadException ( String message ) : System
TypeLoadException ( String message, Exception inner ) : System

Protected Methods

Method Description
TypeLoadException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetTypeLoadExceptionMessage ( int resourceId ) : String
SetMessageField ( ) : void
TypeLoadException ( String className, String assemblyName, String messageArg, int resourceId ) : System

Method Details

TypeLoadException() public method

public TypeLoadException ( ) : System
return System

TypeLoadException() protected method

protected TypeLoadException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

TypeLoadException() public method

public TypeLoadException ( String message ) : System
message String
return System

TypeLoadException() public method

public TypeLoadException ( String message, Exception inner ) : System
message String
inner Exception
return System