C# Class Smrf.NodeXL.NetworkServer.SaveGraphToNodeXLWorkbookException

Inheritance: System.Exception
ファイルを表示 Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_eExitCode ExitCode

Public Methods

Method Description
SaveGraphToNodeXLWorkbookException ( ExitCode exitCode, String message ) : System

Initializes a new instance of the class.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

SaveGraphToNodeXLWorkbookException() public method

Initializes a new instance of the class.
public SaveGraphToNodeXLWorkbookException ( ExitCode exitCode, String message ) : System
exitCode ExitCode /// The program exit code to use. ///
message String /// Error message, suitable for displaying to the user. ///
return System

Property Details

m_eExitCode protected_oe property

protected ExitCode m_eExitCode
return ExitCode