C# Class Prism.ExceptionHandler

Afficher le fichier Open project: TerrariaPrismTeam/Prism

Méthodes publiques

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

Méthodes publiques

Méthode Description
Handle ( Exception e ) : void
HandleFatal ( Exception e, bool exitImmediately = true ) : int

Private Methods

Méthode Description
GetHResult ( Exception e ) : int

Method Details

Handle() public static méthode

public static Handle ( Exception e ) : void
e System.Exception
Résultat void

HandleFatal() public static méthode

public static HandleFatal ( Exception e, bool exitImmediately = true ) : int
e System.Exception
exitImmediately bool
Résultat int

Property Details

DetailedExceptions public_oe static_oe property

Set to true in order to get full stack traces in a message box
public static bool DetailedExceptions
Résultat bool