C# Class System.Reflection.ReflectionTypeLoadException

Inheritance: SystemException, ISerializable
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
ReflectionTypeLoadException ( Type classes, Exception exceptions ) : System
ReflectionTypeLoadException ( Type classes, Exception exceptions, String message ) : System

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
ReflectionTypeLoadException ( ) : System
ReflectionTypeLoadException ( SerializationInfo info, StreamingContext context ) : System
ReflectionTypeLoadException ( String message ) : System

Method Details

ReflectionTypeLoadException() public méthode

public ReflectionTypeLoadException ( Type classes, Exception exceptions ) : System
classes Type
exceptions Exception
Résultat System

ReflectionTypeLoadException() public méthode

public ReflectionTypeLoadException ( Type classes, Exception exceptions, String message ) : System
classes Type
exceptions Exception
message String
Résultat System