C# Class NekoKun.Core.ExceptionHelper

Afficher le fichier Open project: NekoProject/NekoKun

Méthodes publiques

Méthode Description
ExceptionMessage ( Exception e ) : string
ExceptionMessage ( Object e ) : string
ForceException ( object e ) : Exception
UnhandledError ( Object e ) : void

Method Details

ExceptionMessage() public static méthode

public static ExceptionMessage ( Exception e ) : string
e System.Exception
Résultat string

ExceptionMessage() public static méthode

public static ExceptionMessage ( Object e ) : string
e Object
Résultat string

ForceException() public static méthode

public static ForceException ( object e ) : Exception
e object
Résultat System.Exception

UnhandledError() public static méthode

public static UnhandledError ( Object e ) : void
e Object
Résultat void