C# Class Smrf.NodeXL.ExcelTemplate.ErrorUtil

Error utility methods.
This class contains static utility methods for dealing with various errors.
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
GetNoOpenWorkbookMessage ( ) : String
GetTemplateMessage ( ) : String
OnException ( Exception exception ) : void
OnMissingColumn ( ) : void
OnWorkbookFormatException ( WorkbookFormatException workbookFormatException ) : void

Method Details

GetNoOpenWorkbookMessage() public static method

public static GetNoOpenWorkbookMessage ( ) : String
return String

GetTemplateMessage() public static method

public static GetTemplateMessage ( ) : String
return String

OnException() public static method

public static OnException ( Exception exception ) : void
exception System.Exception
return void

OnMissingColumn() public static method

public static OnMissingColumn ( ) : void
return void

OnWorkbookFormatException() public static method

public static OnWorkbookFormatException ( WorkbookFormatException workbookFormatException ) : void
workbookFormatException WorkbookFormatException
return void