1 instantiation of FormDataMappingException
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\FormDataReader.cs (1)
63
throw new
FormDataMappingException
(new FormDataMappingError(_currentPrefixBuffer.ToString(), errorMessage, attemptedValue));
1 reference to FormDataMappingException
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\FormDataReader.cs (1)
89
if (exception is
FormDataMappingException
&& ErrorHandler == null)