C# Класс Smrf.NodeXL.ExcelTemplate.WorkbookFormatException

Наследование: System.FormatException
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_oRangeToSelect Range

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Initialize ( ) : void
WorkbookFormatException ( SerializationInfo oSerializationInfo, StreamingContext oStreamingContext ) : System

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

Приватные методы

Метод Описание
AssertValid ( ) : void

Описание методов

Initialize() защищенный Метод

protected Initialize ( ) : void
Результат void

WorkbookFormatException() защищенный Метод

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
Результат System

WorkbookFormatException() публичный Метод

Initializes a new instance of the class with a specified error message.
public WorkbookFormatException ( String message ) : System
message String /// Error message. ///
Результат System

WorkbookFormatException() публичный Метод

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. ///
Результат System

Описание свойств

m_oRangeToSelect защищенное свойство

protected Range m_oRangeToSelect
Результат Range