C# 클래스 System.Exception.Exception

상속: ISerializable, _Exception
파일 보기 프로젝트 열기: vargaz/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddFrames bool
CaptureTrace void
FixRemotingException Exception
GetFullNameForStackTrace void
GetObjectData void
SetMessage void
SetStackTrace void

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
AddFrames ( StringBuilder sb, string newline, string unknown, StackTrace st ) : bool
CaptureTrace ( ) : void
FixRemotingException ( ) : Exception
GetFullNameForStackTrace ( StringBuilder sb, MethodBase mi ) : void
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
SetMessage ( string s ) : void
SetStackTrace ( string s ) : void

메소드 상세

Exception() 공개 메소드

public Exception ( ) : System.Collections
리턴 System.Collections

Exception() 보호된 메소드

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

Exception() 공개 메소드

public Exception ( string message ) : System.Collections
message string
리턴 System.Collections

Exception() 공개 메소드

public Exception ( string message, Exception innerException ) : System.Collections
message string
innerException Exception
리턴 System.Collections

GetBaseException() 공개 메소드

public GetBaseException ( ) : Exception
리턴 Exception

GetType() 공개 메소드

public GetType ( ) : Type
리턴 Type

ToString() 공개 메소드

public ToString ( ) : string
리턴 string