C# Class System.DllNotFoundException

Inheritance: TypeLoadException
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
DllNotFoundException ( ) : System
DllNotFoundException ( String message ) : System
DllNotFoundException ( String message, Exception inner ) : System

Protected Methods

Method Description
DllNotFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

DllNotFoundException() public method

public DllNotFoundException ( ) : System
return System

DllNotFoundException() protected method

protected DllNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

DllNotFoundException() public method

public DllNotFoundException ( String message ) : System
message String
return System

DllNotFoundException() public method

public DllNotFoundException ( String message, Exception inner ) : System
message String
inner Exception
return System