C# Class Platform.Invoke.MissingEntryPointException

Inheritance: System.Exception
Show file Open project: GeirGrusom/PlatformInvoker

Public Methods

Method Description
MissingEntryPointException ( string entryPoint, ILibrary library ) : System

Creates an instance of an exception describing a missing entry point.

Private Methods

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

Method Details

MissingEntryPointException() public method

Creates an instance of an exception describing a missing entry point.
public MissingEntryPointException ( string entryPoint, ILibrary library ) : System
entryPoint string
library ILibrary
return System