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

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

공개 메소드들

메소드 설명
CanResume ( ) : bool
SEHException ( ) : System.Runtime.InteropServices
SEHException ( String message ) : System.Runtime.InteropServices
SEHException ( String message, Exception inner ) : System.Runtime.InteropServices

보호된 메소드들

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

메소드 상세

CanResume() 공개 메소드

public CanResume ( ) : bool
리턴 bool

SEHException() 공개 메소드

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

SEHException() 보호된 메소드

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

SEHException() 공개 메소드

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

SEHException() 공개 메소드

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