C# 클래스 System.Exception

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

Private Properties

프로퍼티 타입 설명
GetClassName String
GetDataInternal IDictionary
GetExceptionMethodFromString System.Reflection.MethodBase
GetExceptionMethodString String
GetMessageFromNativeResources String
GetObjectData void
GetTargetSiteInternal System.Reflection.MethodBase
InternalGetMethod RuntimeMethodHandle
InternalPreserveStackTrace void
InternalToString String
IsImmutableAgileException bool
PrepForRemoting Exception
SetErrorCode void
_InternalGetMethod void*
nIsTransient bool

공개 메소드들

메소드 설명
Exception ( ) : System
Exception ( String message ) : System
Exception ( String message, Exception innerException ) : System
GetBaseException ( ) : Exception
GetType ( ) : Type
ToString ( ) : String

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetClassName ( ) : String
GetDataInternal ( ) : IDictionary
GetExceptionMethodFromString ( ) : MethodBase
GetExceptionMethodString ( ) : String
GetMessageFromNativeResources ( ExceptionMessageKind kind ) : String
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetTargetSiteInternal ( ) : MethodBase
InternalGetMethod ( Object stackTrace ) : RuntimeMethodHandle
InternalPreserveStackTrace ( ) : void
InternalToString ( ) : String
IsImmutableAgileException ( Exception e ) : bool
PrepForRemoting ( ) : Exception
SetErrorCode ( int hr ) : void
_InternalGetMethod ( Object stackTrace ) : void*
nIsTransient ( int hr ) : bool

메소드 상세

Exception() 공개 메소드

public Exception ( ) : System
리턴 System

Exception() 보호된 메소드

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

Exception() 공개 메소드

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

Exception() 공개 메소드

public Exception ( String message, Exception innerException ) : System
message String
innerException Exception
리턴 System

GetBaseException() 공개 메소드

public GetBaseException ( ) : Exception
리턴 Exception

GetType() 공개 메소드

public GetType ( ) : Type
리턴 Type

ToString() 공개 메소드

public ToString ( ) : String
리턴 String