C# Класс NPlot.NPlotException

All exceptions thrown by NPlot are of this type.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
NPlotException ( ) : System

Constructor.

NPlotException ( string message ) : System

Constructor

NPlotException ( string message, Exception innerException ) : System

Constructor

Описание методов

NPlotException() публичный Метод

Constructor.
public NPlotException ( ) : System
Результат System

NPlotException() публичный Метод

Constructor
public NPlotException ( string message ) : System
message string The error message that explains the reason for the exception.
Результат System

NPlotException() публичный Метод

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.
Результат System