C# Class Smrf.NodeXL.ExcelTemplate.ImportWorkbookException

Inheritance: System.Exception
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
ImportWorkbookException ( String message ) : System

Initializes a new instance of the class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

ImportWorkbookException() public méthode

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