C# Класс InvalidFormatException, simplexml

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

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

Метод Описание
InvalidFormatException ( String text, Object list ) : System

Constructor for the InvalidFormatException object. This constructor takes a format string an a variable number of object arguments, which can be inserted into the format string.

InvalidFormatException ( Throwable, cause, String text, Object list ) : System

Constructor for the InvalidFormatException object. This constructor takes a format string an a variable number of object arguments, which can be inserted into the format string.

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

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

Constructor for the InvalidFormatException object. This constructor takes a format string an a variable number of object arguments, which can be inserted into the format string.
public InvalidFormatException ( String text, Object list ) : System
text String /// a format string used to present the error message ///
list Object /// a list of arguments to insert into the string ///
Результат System

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

Constructor for the InvalidFormatException object. This constructor takes a format string an a variable number of object arguments, which can be inserted into the format string.
public InvalidFormatException ( Throwable, cause, String text, Object list ) : System
cause Throwable, /// the source exception this is used to represent ///
text String /// a format string used to present the error message ///
list Object /// a list of arguments to insert into the stri ///
Результат System