C# Class Loyc.LogException

An exception that includes a "context" object as part of a LogMessage structure, typically used to indicate where an error occurred.
Inheritance: System.Exception
Afficher le fichier Open project: qwertie/ecsharp

Méthodes publiques

Méthode Description
LogException ( LogMessage msg ) : System
LogException ( Severity severity, object context, string format ) : System
LogException ( object context, string format ) : System

Method Details

LogException() public méthode

public LogException ( LogMessage msg ) : System
msg LogMessage
Résultat System

LogException() public méthode

public LogException ( Severity severity, object context, string format ) : System
severity Severity
context object
format string
Résultat System

LogException() public méthode

public LogException ( object context, string format ) : System
context object
format string
Résultat System