C# 클래스 System.Diagnostics.StackTrace

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetFrame ( int index ) : System.Diagnostics.StackFrame
GetFrames ( ) : System.Diagnostics.StackFrame[]
GetFrames ( ) : System.Diagnostics.StackFrame[]
StackTrace ( )
StackTrace ( StackFrame frame )
StackTrace ( System e )
StackTrace ( System e, bool fNeedFileInfo )
StackTrace ( System e, int skipFrames )
StackTrace ( System e, int skipFrames, bool fNeedFileInfo )
StackTrace ( bool fNeedFileInfo )
StackTrace ( int skipFrames )
StackTrace ( int skipFrames, bool fNeedFileInfo )
StackTrace ( Exception e, bool needFileInfo ) : System
ToString ( ) : string

메소드 상세

GetFrame() 공개 메소드

public GetFrame ( int index ) : System.Diagnostics.StackFrame
index int
리턴 System.Diagnostics.StackFrame

GetFrames() 공개 메소드

public GetFrames ( ) : System.Diagnostics.StackFrame[]
리턴 System.Diagnostics.StackFrame[]

GetFrames() 공개 메소드

public GetFrames ( ) : System.Diagnostics.StackFrame[]
리턴 System.Diagnostics.StackFrame[]

StackTrace() 공개 메소드

public StackTrace ( )

StackTrace() 공개 메소드

public StackTrace ( StackFrame frame )
frame StackFrame

StackTrace() 공개 메소드

public StackTrace ( System e )
e System

StackTrace() 공개 메소드

public StackTrace ( System e, bool fNeedFileInfo )
e System
fNeedFileInfo bool

StackTrace() 공개 메소드

public StackTrace ( System e, int skipFrames )
e System
skipFrames int

StackTrace() 공개 메소드

public StackTrace ( System e, int skipFrames, bool fNeedFileInfo )
e System
skipFrames int
fNeedFileInfo bool

StackTrace() 공개 메소드

public StackTrace ( bool fNeedFileInfo )
fNeedFileInfo bool

StackTrace() 공개 메소드

public StackTrace ( int skipFrames )
skipFrames int

StackTrace() 공개 메소드

public StackTrace ( int skipFrames, bool fNeedFileInfo )
skipFrames int
fNeedFileInfo bool

StackTrace() 공개 메소드

public StackTrace ( Exception e, bool needFileInfo ) : System
e Exception
needFileInfo bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string