C# Class MetroTrilithon.Threading.Tasks.TaskLog

显示文件 Open project: Grabacr07/MetroTrilithon Class Usage Examples

Public Properties

Property Type Description
Occured EventHandler

Public Methods

Method Description
TaskLog ( string callerMemberName, string callerFilePath, int callerLineNumber, Exception exception ) : System

Private Methods

Method Description
Raise ( TaskLog log ) : void

Method Details

TaskLog() public method

public TaskLog ( string callerMemberName, string callerFilePath, int callerLineNumber, Exception exception ) : System
callerMemberName string
callerFilePath string
callerLineNumber int
exception System.Exception
return System

Property Details

Occured public_oe static_oe property

public static EventHandler Occured
return EventHandler