C# 클래스 System.DllNotFoundException

상속: TypeLoadException
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
DllNotFoundException ( ) : System
DllNotFoundException ( String message ) : System
DllNotFoundException ( String message, Exception inner ) : System

보호된 메소드들

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

메소드 상세

DllNotFoundException() 공개 메소드

public DllNotFoundException ( ) : System
리턴 System

DllNotFoundException() 보호된 메소드

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

DllNotFoundException() 공개 메소드

public DllNotFoundException ( String message ) : System
message String
리턴 System

DllNotFoundException() 공개 메소드

public DllNotFoundException ( String message, Exception inner ) : System
message String
inner Exception
리턴 System