Class JsonParsingException
Inheritance
JsonParsingException
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
Properties
|
Edit this page
View Source
ActualChar
Declaration
public string ActualChar { get; set; }
Property Value
|
Edit this page
View Source
Offset
Declaration
public int Offset { get; }
Property Value
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
|
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
Implements
Extension Methods