﻿<?xml version="1.0" encoding="utf-8"?><Type Name="DecoderFallbackException" FullName="System.Text.DecoderFallbackException"><TypeSignature Language="C#" Value="public sealed class DecoderFallbackException : ArgumentException" /><TypeSignature Language="ILAsm" Value=".class public auto ansi serializable sealed beforefieldinit DecoderFallbackException extends System.ArgumentException" /><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.ArgumentException</BaseTypeName></Base><Interfaces /><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The exception that is thrown when a decoder fallback operation fails. This class cannot be inherited.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public DecoderFallbackException ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Exception.HResult" /> property for this exception is set to COR_E_ARGUMENT (0x80070057).</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Text.DecoderFallbackException" /> class. </para></summary></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public DecoderFallbackException (string message);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="message" Type="System.String" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Exception.HResult" /> property for this exception is set to COR_E_ARGUMENT (0x80070057).</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Text.DecoderFallbackException" /> class. A parameter specifies the error message.</para></summary><param name="message"><attribution license="cc4" from="Microsoft" modified="false" />An error message.</param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public DecoderFallbackException (string message, Exception innerException);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, class System.Exception innerException) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="message" Type="System.String" /><Parameter Name="innerException" Type="System.Exception" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Exception.HResult" /> property for this exception is set to COR_E_ARGUMENT (0x80070057).</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Text.DecoderFallbackException" /> class. Parameters specify the error message and the inner exception that is the cause of this exception.</para></summary><param name="message"><attribution license="cc4" from="Microsoft" modified="false" />An error message.</param><param name="innerException"><attribution license="cc4" from="Microsoft" modified="false" />The exception that caused this exception.</param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public DecoderFallbackException (string message, byte[] bytesUnknown, int index);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string message, unsigned int8[] bytesUnknown, int32 index) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="message" Type="System.String" /><Parameter Name="bytesUnknown" Type="System.Byte[]" /><Parameter Name="index" Type="System.Int32" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Exception.HResult" /> property for this exception is set to COR_E_ARGUMENT (0x80070057).</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Text.DecoderFallbackException" /> class. Parameters specify the error message, the array of bytes being decoded, and the index of the byte that cannot be decoded.</para></summary><param name="message"><attribution license="cc4" from="Microsoft" modified="false" />An error message.</param><param name="bytesUnknown"><attribution license="cc4" from="Microsoft" modified="false" />The input byte array.</param><param name="index"><attribution license="cc4" from="Microsoft" modified="false" />The index position in <paramref name="bytesUnknown" /> of the byte that cannot be decoded.</param></Docs></Member><Member MemberName="BytesUnknown"><MemberSignature Language="C#" Value="public byte[] BytesUnknown { get; }" /><MemberSignature Language="ILAsm" Value=".property instance unsigned int8[] BytesUnknown" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Byte[]</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The application uses the <see cref="P:System.Text.DecoderFallbackException.Index" /> property to get the position in the input byte array of the byte that cannot be decoded.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the input byte sequence that caused the exception.</para></summary></Docs></Member><Member MemberName="Index"><MemberSignature Language="C#" Value="public int Index { get; }" /><MemberSignature Language="ILAsm" Value=".property instance int32 Index" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The application uses the <see cref="P:System.Text.DecoderFallbackException.BytesUnknown" /> property to retrieve the input byte array that contains the byte that cannot be decoded.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the index position in the input byte sequence of the byte that caused the exception.</para></summary></Docs></Member></Members></Type>