C# 클래스 System.Runtime.InteropServices.ExternalException

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

공개 메소드들

메소드 설명
ExternalException ( ) : System
ExternalException ( String message ) : System
ExternalException ( String message, Exception inner ) : System
ExternalException ( String message, int errorCode ) : System

보호된 메소드들

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

메소드 상세

ExternalException() 공개 메소드

public ExternalException ( ) : System
리턴 System

ExternalException() 보호된 메소드

protected ExternalException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

ExternalException() 공개 메소드

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

ExternalException() 공개 메소드

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

ExternalException() 공개 메소드

public ExternalException ( String message, int errorCode ) : System
message String
errorCode int
리턴 System