InputFormatterException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception thrown by IInputFormatter when the input is not in an expected format.
public ref class InputFormatterException : Exception
public class InputFormatterException : Exception
type InputFormatterException = class
inherit Exception
Public Class InputFormatterException
Inherits Exception
- Inheritance
-
InputFormatterException
Constructors
InputFormatterException() |
Initializes a new instance of InputFormatterException. |
InputFormatterException(String, Exception) |
Initializes a new instance of InputFormatterException with the specified |
InputFormatterException(String) |
Initializes a new instance of InputFormatterException with the specified |