C# Class Smrf.NodeXL.Adapters.SaveGraphException

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

Méthodes publiques

Méthode Description
SaveGraphException ( String message ) : System

Initializes a new instance of the SaveGraphException class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

SaveGraphException() public méthode

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