C# Class SDownload.Framework.HandledException

Inheritance: System.Exception
Afficher le fichier Open project: brkastner/SDownload

Méthodes publiques

Свойство Type Description
IsCritical bool

Méthodes publiques

Méthode Description
HandledException ( String message, bool canReport = false ) : System

Handled exception that reports a message to the user and provides an option to report if necessary

Method Details

HandledException() public méthode

Handled exception that reports a message to the user and provides an option to report if necessary
public HandledException ( String message, bool canReport = false ) : System
message String Message to show in the popup, null to use exception message
canReport bool If the exception should be reported to Bugsense
Résultat System

Property Details

IsCritical public_oe property

If the exception is critical enough to be reported to Bugsense
public bool IsCritical
Résultat bool