C# Class Scalien.ExceptionStackTrace

ファイルを表示 Open project: scalien/scaliendb Class Usage Examples

Public Methods

Method Description
ExceptionStackTrace ( Exception exception ) : System

Private Methods

Method Description
GetExceptionStackTraces ( Exception exception ) : string
GetStackTraceFileInfo ( Exception exception ) : int>.Tuple
UpdateByLastFrame ( Exception exception, StringBuilder sb ) : void

Method Details

ExceptionStackTrace() public method

public ExceptionStackTrace ( Exception exception ) : System
exception System.Exception
return System