C# 클래스 Platform.Invoke.MissingEntryPointException

상속: System.Exception
파일 보기 프로젝트 열기: GeirGrusom/PlatformInvoker

공개 메소드들

메소드 설명
MissingEntryPointException ( string entryPoint, ILibrary library ) : System

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

비공개 메소드들

메소드 설명
MissingEntryPointException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

MissingEntryPointException() 공개 메소드

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