C# Class Smrf.NodeXL.Algorithms.GraphMetricException

Inheritance: System.Exception
Show file Open project: 2014-sed-team3/term-project

Public Methods

Method Description
GraphMetricException ( String message ) : System

Initializes a new instance of the GraphMetricException class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

GraphMetricException() public method

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