Méthode | Description | |
---|---|---|
GetFrame ( int index ) : System.Diagnostics.StackFrame | ||
GetFrames ( ) : System.Diagnostics.StackFrame[] | ||
GetFrames ( ) : System.Diagnostics.StackFrame[] | ||
StackTrace ( ) | ||
StackTrace ( |
||
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 |
public GetFrame ( int index ) : System.Diagnostics.StackFrame | ||
index | int | |
Résultat | System.Diagnostics.StackFrame |
public GetFrames ( ) : System.Diagnostics.StackFrame[] | ||
Résultat | System.Diagnostics.StackFrame[] |
public GetFrames ( ) : System.Diagnostics.StackFrame[] | ||
Résultat | System.Diagnostics.StackFrame[] |
public StackTrace ( System e, bool fNeedFileInfo ) | ||
e | System | |
fNeedFileInfo | bool |
public StackTrace ( System e, int skipFrames, bool fNeedFileInfo ) | ||
e | System | |
skipFrames | int | |
fNeedFileInfo | bool |
public StackTrace ( int skipFrames, bool fNeedFileInfo ) | ||
skipFrames | int | |
fNeedFileInfo | bool |
public StackTrace ( Exception e, bool needFileInfo ) : System | ||
e | Exception | |
needFileInfo | bool | |
Résultat | System |