C# Class Xod.Services.ExceptionService

显示文件 Open project: mhsallam/xod.core Class Usage Examples

Public Methods

Method Description
ExceptionService ( string path ) : System
Throw ( Exception e, int lineNumber, string caller = null, string filePath = null ) : void

Method Details

ExceptionService() public method

public ExceptionService ( string path ) : System
path string
return System

Throw() public method

public Throw ( Exception e, int lineNumber, string caller = null, string filePath = null ) : void
e Exception
lineNumber int
caller string
filePath string
return void