C# Класс PicoXLSX.FormatException

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

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

Метод Описание
FormatException ( ) : System

Default constructor

FormatException ( string message ) : System

Constructor with passed message

FormatException ( string message, Exception inner ) : System

Constructor with passed message and inner exception

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

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

Default constructor
public FormatException ( ) : System
Результат System

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

Constructor with passed message
public FormatException ( string message ) : System
message string Message of the exception
Результат System

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

Constructor with passed message and inner exception
public FormatException ( string message, Exception inner ) : System
message string Message of the exception
inner System.Exception Inner exception
Результат System