C# Class System.TypeLoadException

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

Méthodes publiques

Méthode Description
TypeLoadException ( ) : System
TypeLoadException ( String message ) : System
TypeLoadException ( String message, Exception inner ) : System

Méthodes protégées

Méthode Description
TypeLoadException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode 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 méthode

public TypeLoadException ( ) : System
Résultat System

TypeLoadException() protected méthode

protected TypeLoadException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

TypeLoadException() public méthode

public TypeLoadException ( String message ) : System
message String
Résultat System

TypeLoadException() public méthode

public TypeLoadException ( String message, Exception inner ) : System
message String
inner Exception
Résultat System