C# Class System.TypeUnloadedException

Inheritance: SystemException
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Méthode Description
TypeUnloadedException ( ) : System.Runtime.InteropServices
TypeUnloadedException ( string message ) : System.Runtime.InteropServices
TypeUnloadedException ( string message, Exception innerException ) : System.Runtime.InteropServices

Méthodes protégées

Méthode Description
TypeUnloadedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

TypeUnloadedException() public méthode

public TypeUnloadedException ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

TypeUnloadedException() protected méthode

protected TypeUnloadedException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
Résultat System.Runtime.InteropServices

TypeUnloadedException() public méthode

public TypeUnloadedException ( string message ) : System.Runtime.InteropServices
message string
Résultat System.Runtime.InteropServices

TypeUnloadedException() public méthode

public TypeUnloadedException ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException Exception
Résultat System.Runtime.InteropServices