C# Class Smrf.NodeXL.Adapters.SaveGraphException

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

Public Methods

Method Description
SaveGraphException ( String message ) : System

Initializes a new instance of the SaveGraphException class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

SaveGraphException() public method

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