Show / Hide Table of Contents

    Class CursivelyHeadersAreNotUTF8Exception

    Raised by CsvReaderVisitorWithUTF8HeadersBase, by default, when the header record contains invalid UTF-8 bytes.

    Inheritance
    Object
    Exception
    CursivelyDataStreamException
    CursivelyHeadersAreNotUTF8Exception
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Cursively
    Assembly: Cursively.dll
    Syntax
    [Serializable]
    public sealed class CursivelyHeadersAreNotUTF8Exception : CursivelyDataStreamException, ISerializable

    Properties

    | Improve this Doc View Source

    InnerDecoderFallbackException

    Gets the DecoderFallbackException instance that holds the actual decoder state when the current exception was raised.

    Declaration
    public DecoderFallbackException InnerDecoderFallbackException { get; }
    Property Value
    Type Description
    DecoderFallbackException

    Implements

    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX