C# Class Xod.Services.ExceptionService

Afficher le fichier Open project: mhsallam/xod.core Class Usage Examples

Méthodes publiques

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

Method Details

ExceptionService() public méthode

public ExceptionService ( string path ) : System
path string
Résultat System

Throw() public méthode

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