C# 클래스 NPlot.NPlotException

All exceptions thrown by NPlot are of this type.
상속: System.Exception
파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

공개 메소드들

메소드 설명
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