Property | Type | Description | |
---|---|---|---|
m_oRangeToSelect | Range |
Method | Description | |
---|---|---|
WorkbookFormatException ( String message ) : System |
Initializes a new instance of the
|
|
WorkbookFormatException ( String message, Range rangeToSelect ) : System |
Initializes a new instance of the
|
Method | Description | |
---|---|---|
Initialize ( ) : void | ||
WorkbookFormatException ( |
Do not use this constructor. It is for binary serialization only.
|
Method | Description | |
---|---|---|
AssertValid ( ) : void |
protected WorkbookFormatException ( |
||
oSerializationInfo | ||
oStreamingContext | ||
return | System |
public WorkbookFormatException ( String message ) : System | ||
message | String | /// Error message. /// |
return | System |
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 |