C# Class ExcelDNA.ExceptionExtensions

Show file Open project: Allors/allors2

Public Methods

Method Description
Handle ( Exception @this ) : void
Show ( Exception @this ) : void
ShowMessage ( Exception @this, string message ) : void

Method Details

Handle() public static method

public static Handle ( Exception @this ) : void
@this Exception
return void

Show() public static method

public static Show ( Exception @this ) : void
@this Exception
return void

ShowMessage() public static method

public static ShowMessage ( Exception @this, string message ) : void
@this Exception
message string
return void