C# Class System.DllNotFoundException

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

DllNotFoundException() public méthode

public DllNotFoundException ( ) : System
Résultat System

DllNotFoundException() protected méthode

protected DllNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

DllNotFoundException() public méthode

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

DllNotFoundException() public méthode

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