C# Class ExceptionUtility, VolTeerNET

Afficher le fichier Open project: CISC181/VolTeerNET Class Usage Examples

Méthodes publiques

Méthode Description
LogException ( Exception exc, string source ) : void
NotifySystemOps ( Exception exc ) : void

Private Methods

Méthode Description
ExceptionUtility ( ) : System

Method Details

LogException() public static méthode

public static LogException ( Exception exc, string source ) : void
exc Exception
source string
Résultat void

NotifySystemOps() public static méthode

public static NotifySystemOps ( Exception exc ) : void
exc Exception
Résultat void