C# Class Smrf.NodeXL.ExcelTemplate.ExportWorkbookException

Inheritance: System.Exception
Mostrar archivo Open project: 2014-sed-team3/term-project

Public Methods

Method Description
ExportWorkbookException ( String message ) : System

Initializes a new instance of the class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

ExportWorkbookException() public method

Initializes a new instance of the class.
public ExportWorkbookException ( String message ) : System
message String /// Error message, suitable for displaying to the user. ///
return System