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

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

공개 메소드들

메소드 설명
COMException ( ) : System.Runtime.InteropServices
COMException ( String message ) : System.Runtime.InteropServices
COMException ( String message, Exception inner ) : System.Runtime.InteropServices
COMException ( String message, int errorCode ) : System.Runtime.InteropServices
ToString ( ) : String

보호된 메소드들

메소드 설명
COMException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices

메소드 상세

COMException() 공개 메소드

public COMException ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices

COMException() 보호된 메소드

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

COMException() 공개 메소드

public COMException ( String message ) : System.Runtime.InteropServices
message String
리턴 System.Runtime.InteropServices

COMException() 공개 메소드

public COMException ( String message, Exception inner ) : System.Runtime.InteropServices
message String
inner Exception
리턴 System.Runtime.InteropServices

COMException() 공개 메소드

public COMException ( String message, int errorCode ) : System.Runtime.InteropServices
message String
errorCode int
리턴 System.Runtime.InteropServices

ToString() 공개 메소드

public ToString ( ) : String
리턴 String