Search Results for

    Show / Hide Table of Contents

    Class JsonParsingException

    Inheritance
    object
    Exception
    JsonParsingException
    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: OpenSearch.Net.Utf8Json
    Assembly: OpenSearch.Net.dll
    Syntax
    public class JsonParsingException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    JsonParsingException(string)

    Declaration
    public JsonParsingException(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    JsonParsingException(string, byte[], int, int, string)

    Declaration
    public JsonParsingException(string message, byte[] underlyingBytes, int offset, int limit, string actualChar)
    Parameters
    Type Name Description
    string message
    byte[] underlyingBytes
    int offset
    int limit
    string actualChar

    Properties

    | Edit this page View Source

    ActualChar

    Declaration
    public string ActualChar { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Offset

    Declaration
    public int Offset { get; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    GetUnderlyingByteArrayUnsafe()

    Underlying bytes is may be a pooling buffer, be careful to use it. If lost reference or can not handled byte[], return null.

    Declaration
    public byte[] GetUnderlyingByteArrayUnsafe()
    Returns
    Type Description
    byte[]
    | Edit this page View Source

    GetUnderlyingStringUnsafe()

    Underlying bytes is may be a pooling buffer, be careful to use it. If lost reference or can not handled byte[], return null.

    Declaration
    public string GetUnderlyingStringUnsafe()
    Returns
    Type Description
    string

    Implements

    ISerializable

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • JsonParsingException(string)
      • JsonParsingException(string, byte[], int, int, string)
    • Properties
      • ActualChar
      • Offset
    • Methods
      • GetUnderlyingByteArrayUnsafe()
      • GetUnderlyingStringUnsafe()
    • Implements
    • Extension Methods
    Back to top Generated by DocFX