C# Class NPlot.NPlotException

All exceptions thrown by NPlot are of this type.
Inheritance: System.Exception
Datei anzeigen Open project: GridProtectionAlliance/openHistorian

Public Methods

Method Description
NPlotException ( ) : System

Constructor.

NPlotException ( string message ) : System

Constructor

NPlotException ( string message, Exception innerException ) : System

Constructor

Method Details

NPlotException() public method

Constructor.
public NPlotException ( ) : System
return System

NPlotException() public method

Constructor
public NPlotException ( string message ) : System
message string The error message that explains the reason for the exception.
return System

NPlotException() public method

Constructor
public NPlotException ( string message, Exception innerException ) : System
message string The error message that explains the reason for the exception.
innerException System.Exception The exception that is the cause of the current exception.
return System