C# Class Smrf.NodeXL.ExcelTemplate.WorkbookFormatException

Inheritance: System.FormatException
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_oRangeToSelect Range

Public Methods

Method Description
WorkbookFormatException ( String message ) : System

Initializes a new instance of the class with a specified error message.

WorkbookFormatException ( String message, Range rangeToSelect ) : System

Initializes a new instance of the class with a specified error message and a range that the catch block should select.

Protected Methods

Method Description
Initialize ( ) : void
WorkbookFormatException ( SerializationInfo oSerializationInfo, StreamingContext oStreamingContext ) : System

Do not use this constructor. It is for binary serialization only.

Private Methods

Method Description
AssertValid ( ) : void

Method Details

Initialize() protected method

protected Initialize ( ) : void
return void

WorkbookFormatException() protected method

Do not use this constructor. It is for binary serialization only.
protected WorkbookFormatException ( SerializationInfo oSerializationInfo, StreamingContext oStreamingContext ) : System
oSerializationInfo System.Runtime.Serialization.SerializationInfo
oStreamingContext System.Runtime.Serialization.StreamingContext
return System

WorkbookFormatException() public method

Initializes a new instance of the class with a specified error message.
public WorkbookFormatException ( String message ) : System
message String /// Error message. ///
return System

WorkbookFormatException() public method

Initializes a new instance of the class with a specified error message and a range that the catch block should select.
public WorkbookFormatException ( String message, Range rangeToSelect ) : System
message String /// Error message. ///
rangeToSelect Range /// The range that the catch block should select to highlight the workbook /// error, or null if a range shouldn't be selected. ///
return System

Property Details

m_oRangeToSelect protected_oe property

protected Range m_oRangeToSelect
return Range