C# Class System.EntryPointNotFoundException

Inheritance: TypeLoadException
Mostra file Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
EntryPointNotFoundException ( ) : System.Runtime.InteropServices
EntryPointNotFoundException ( string message ) : System.Runtime.InteropServices
EntryPointNotFoundException ( string message, Exception inner ) : System.Runtime.InteropServices

Protected Methods

Method Description
EntryPointNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

Method Details

EntryPointNotFoundException() public method

public EntryPointNotFoundException ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

EntryPointNotFoundException() protected method

protected EntryPointNotFoundException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
info SerializationInfo
context StreamingContext
return System.Runtime.InteropServices

EntryPointNotFoundException() public method

public EntryPointNotFoundException ( string message ) : System.Runtime.InteropServices
message string
return System.Runtime.InteropServices

EntryPointNotFoundException() public method

public EntryPointNotFoundException ( string message, Exception inner ) : System.Runtime.InteropServices
message string
inner Exception
return System.Runtime.InteropServices