C# Class Smrf.NodeXL.ExcelTemplate.WorkbookFormatException

Inheritance: System.FormatException
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_oRangeToSelect Range

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Initialize ( ) : void
WorkbookFormatException ( SerializationInfo oSerializationInfo, StreamingContext oStreamingContext ) : System

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

Private Methods

Méthode Description
AssertValid ( ) : void

Method Details

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

WorkbookFormatException() protected méthode

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
Résultat System

WorkbookFormatException() public méthode

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

WorkbookFormatException() public méthode

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. ///
Résultat System

Property Details

m_oRangeToSelect protected_oe property

protected Range m_oRangeToSelect
Résultat Range