C# Class System.Reflection.ReflectionTypeLoadException

Inheritance: SystemException, ISerializable
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
ReflectionTypeLoadException ( Type classes, Exception exceptions ) : System
ReflectionTypeLoadException ( Type classes, Exception exceptions, String message ) : System

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ReflectionTypeLoadException ( ) : System
ReflectionTypeLoadException ( SerializationInfo info, StreamingContext context ) : System
ReflectionTypeLoadException ( String message ) : System

Method Details

ReflectionTypeLoadException() public method

public ReflectionTypeLoadException ( Type classes, Exception exceptions ) : System
classes Type
exceptions Exception
return System

ReflectionTypeLoadException() public method

public ReflectionTypeLoadException ( Type classes, Exception exceptions, String message ) : System
classes Type
exceptions Exception
message String
return System