Freigeben über


IInputFormatterExceptionPolicy Schnittstelle

Definition

Eine Richtlinie, die IInputFormattervon implementiert werden kann, um anzugeben, ob der Textmodellbinder alle Ausnahmen behandeln soll. Standardmäßig implementieren alle Standards IInputFormatterdiese Schnittstelle und haben den Standardwert .MalformedInputExceptions

public interface class IInputFormatterExceptionPolicy
public interface IInputFormatterExceptionPolicy
type IInputFormatterExceptionPolicy = interface
Public Interface IInputFormatterExceptionPolicy
Abgeleitet

Eigenschaften

ExceptionPolicy

Ruft das Flag ab, um anzugeben, ob der Textkörpermodellbinder alle Ausnahmen behandeln soll. Wenn eine Ausnahme behandelt wird, wandelt der Textkörpermodellbinder die Ausnahme in Modellzustandsfehler um, andernfalls darf die Ausnahme weitergegeben werden.

Gilt für: