C# Class Smrf.NodeXL.Algorithms.GraphMetricException

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

Méthodes publiques

Méthode Description
GraphMetricException ( String message ) : System

Initializes a new instance of the GraphMetricException class.

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

GraphMetricException() public méthode

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