C# Class Smrf.NodeXL.ExcelTemplate.NodeXLWorkbookConversionException

Inheritance: System.Exception
ファイルを表示 Open project: 2014-sed-team3/term-project

Public Methods

Method Description
NodeXLWorkbookConversionException ( String message ) : System

Initializes a new instance of the class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

NodeXLWorkbookConversionException() public method

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