C# Класс System.FormatException

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

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

Метод Описание
FormatException ( ) : System
FormatException ( string message ) : System
FormatException ( string message, Exception innerException ) : System

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

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

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

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

public FormatException ( string message ) : System
message string
Результат System

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

public FormatException ( string message, Exception innerException ) : System
message string
innerException Exception
Результат System