C# Class ExcelDNA.ExceptionExtensions

Afficher le fichier Open project: Allors/allors2

Méthodes publiques

Méthode Description
Handle ( Exception @this ) : void
Show ( Exception @this ) : void
ShowMessage ( Exception @this, string message ) : void

Method Details

Handle() public static méthode

public static Handle ( Exception @this ) : void
@this Exception
Résultat void

Show() public static méthode

public static Show ( Exception @this ) : void
@this Exception
Résultat void

ShowMessage() public static méthode

public static ShowMessage ( Exception @this, string message ) : void
@this Exception
message string
Résultat void