2 instantiations of EncoderFallbackException
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\EncoderExceptionFallback.cs (2)
38throw new EncoderFallbackException( 58throw new EncoderFallbackException(
35 references to EncoderFallbackException
Microsoft.AspNetCore.Server.HttpSys (1)
src\aspnetcore\src\Shared\ServerInfrastructure\StringUtilities.cs (1)
104catch (EncoderFallbackException)
Microsoft.AspNetCore.Server.IIS (1)
src\aspnetcore\src\Shared\ServerInfrastructure\StringUtilities.cs (1)
104catch (EncoderFallbackException)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\aspnetcore\src\Shared\ServerInfrastructure\StringUtilities.cs (1)
104catch (EncoderFallbackException)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\aspnetcore\src\Shared\ServerInfrastructure\StringUtilities.cs (1)
104catch (EncoderFallbackException)
Microsoft.Build.Framework (1)
EncodingUtilities.cs (1)
210catch (EncoderFallbackException)
Microsoft.CodeAnalysis.CSharp (1)
Symbols\FileIdentifier.cs (1)
51catch (EncoderFallbackException ex)
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1103[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderFallbackException))]
netstandard (1)
netstandard.cs (1)
2038[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderFallbackException))]
System.Formats.Cbor (1)
System\Formats\Cbor\Writer\CborWriter.String.cs (1)
132catch (EncoderFallbackException e)
System.Memory (6)
System\Text\EncodingExtensions.cs (6)
32/// <exception cref="EncoderFallbackException">Thrown if <paramref name="chars"/> contains data that cannot be encoded and <paramref name="encoding"/> is configured 68/// <exception cref="EncoderFallbackException">Thrown if <paramref name="chars"/> contains data that cannot be encoded and <paramref name="encoding"/> is configured 98/// <exception cref="EncoderFallbackException">Thrown if <paramref name="chars"/> contains data that cannot be encoded and <paramref name="encoding"/> is configured 140/// <exception cref="EncoderFallbackException">Thrown if <paramref name="chars"/> contains data that cannot be encoded and <paramref name="encoding"/> is configured 412/// <exception cref="EncoderFallbackException">Thrown if <paramref name="chars"/> contains data that cannot be encoded and <paramref name="encoder"/> is configured 459/// <exception cref="EncoderFallbackException">Thrown if <paramref name="chars"/> contains data that cannot be encoded and <paramref name="encoder"/> is configured
System.Net.HttpListener (2)
System\Net\HttpListenerRequestUriBuilder.cs (2)
270catch (EncoderFallbackException e) 325catch (EncoderFallbackException e)
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
812[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderFallbackException))]
System.Security.Cryptography (13)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (6)
190/// <exception cref="EncoderFallbackException"> 301/// <exception cref="EncoderFallbackException"> 341/// <exception cref="EncoderFallbackException"> 446/// <exception cref="EncoderFallbackException"> 472/// <exception cref="EncoderFallbackException"> 506/// <exception cref="EncoderFallbackException">
System\Security\Cryptography\Rfc2898DeriveBytes.OneShot.cs (3)
151/// <exception cref="EncoderFallbackException"> 194/// <exception cref="EncoderFallbackException"> 239/// <exception cref="EncoderFallbackException">
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.CdpExtension.cs (1)
94catch (System.Text.EncoderFallbackException e)
System\Security\Cryptography\X509Certificates\SubjectAlternativeNameBuilder.cs (1)
113catch (EncoderFallbackException)
System\Security\Cryptography\X509Certificates\X500DistinguishedNameBuilder.cs (1)
373catch (EncoderFallbackException)
System\Security\Cryptography\X509Certificates\X509AuthorityInformationAccessExtension.cs (1)
298catch (System.Text.EncoderFallbackException e)
System.Text.Encoding (1)
System.Text.Encoding.cs (1)
14[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Text.EncoderFallbackException))]
System.Text.Json (3)
System\Text\Json\Reader\JsonReaderHelper.Unescaping.cs (2)
323catch (EncoderFallbackException ex) 340catch (EncoderFallbackException ex)
System\Text\Json\ThrowHelper.cs (1)
580public static ArgumentException GetArgumentException_ReadInvalidUTF16(EncoderFallbackException innerException)