C# Class Platform.Invoke.MissingEntryPointException

Inheritance: System.Exception
Afficher le fichier Open project: GeirGrusom/PlatformInvoker

Méthodes publiques

Méthode Description
MissingEntryPointException ( string entryPoint, ILibrary library ) : System

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

Private Methods

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

Method Details

MissingEntryPointException() public méthode

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