C# Class System.Diagnostics.StackTrace

Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
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

Method Details

GetFrame() public method

public GetFrame ( int index ) : System.Diagnostics.StackFrame
index int
return System.Diagnostics.StackFrame

GetFrames() public method

public GetFrames ( ) : System.Diagnostics.StackFrame[]
return System.Diagnostics.StackFrame[]

GetFrames() public method

public GetFrames ( ) : System.Diagnostics.StackFrame[]
return System.Diagnostics.StackFrame[]

StackTrace() public method

public StackTrace ( )

StackTrace() public method

public StackTrace ( StackFrame frame )
frame StackFrame

StackTrace() public method

public StackTrace ( System e )
e System

StackTrace() public method

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

StackTrace() public method

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

StackTrace() public method

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

StackTrace() public method

public StackTrace ( bool fNeedFileInfo )
fNeedFileInfo bool

StackTrace() public method

public StackTrace ( int skipFrames )
skipFrames int

StackTrace() public method

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

StackTrace() public method

public StackTrace ( Exception e, bool needFileInfo ) : System
e Exception
needFileInfo bool
return System

ToString() public method

public ToString ( ) : string
return string