C# Class Smrf.NodeXL.ExcelTemplate.ImportWorkbookException

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

Public Methods

Method Description
ImportWorkbookException ( String message ) : System

Initializes a new instance of the class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

ImportWorkbookException() public method

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