Поделиться через


InputFormatterException Класс

Определение

Исключение, вызываемое , IInputFormatter если входные данные не в ожидаемом формате.

public ref class InputFormatterException : Exception
public class InputFormatterException : Exception
type InputFormatterException = class
    inherit Exception
Public Class InputFormatterException
Inherits Exception
Наследование
InputFormatterException

Конструкторы

InputFormatterException()

Инициализирует новый экземпляр InputFormatterException.

InputFormatterException(String)

Инициализирует новый экземпляр InputFormatterException с указанным message.

InputFormatterException(String, Exception)

Инициализирует новый экземпляр InputFormatterException с указанным message и внутренним исключением, которое является причиной этого исключения.

Применяется к