SystemTextJsonInputFormatter.IInputFormatterExceptionPolicy.ExceptionPolicy Property

Definition

Gets the flag to indicate if the body model binder should handle all exceptions. If an exception is handled, the body model binder converts the exception into model state errors, else the exception is allowed to propagate.

property Microsoft::AspNetCore::Mvc::Formatters::InputFormatterExceptionPolicy Microsoft::AspNetCore::Mvc::Formatters::IInputFormatterExceptionPolicy::ExceptionPolicy { Microsoft::AspNetCore::Mvc::Formatters::InputFormatterExceptionPolicy get(); };
Microsoft.AspNetCore.Mvc.Formatters.InputFormatterExceptionPolicy Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy.ExceptionPolicy { get; }
member this.Microsoft.AspNetCore.Mvc.Formatters.IInputFormatterExceptionPolicy.ExceptionPolicy : Microsoft.AspNetCore.Mvc.Formatters.InputFormatterExceptionPolicy
 ReadOnly Property ExceptionPolicy As InputFormatterExceptionPolicy Implements IInputFormatterExceptionPolicy.ExceptionPolicy

Property Value

Implements

Applies to