C# Class System.EntryPointNotFoundException

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

Méthodes publiques

Méthode Description
EntryPointNotFoundException ( ) : System.Runtime.InteropServices
EntryPointNotFoundException ( string message ) : System.Runtime.InteropServices
EntryPointNotFoundException ( string message, Exception inner ) : System.Runtime.InteropServices

Méthodes protégées

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

Method Details

EntryPointNotFoundException() public méthode

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

EntryPointNotFoundException() protected méthode

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

EntryPointNotFoundException() public méthode

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

EntryPointNotFoundException() public méthode

public EntryPointNotFoundException ( string message, Exception inner ) : System.Runtime.InteropServices
message string
inner Exception
Résultat System.Runtime.InteropServices