Search Results for

    Show / Hide Table of Contents

    Class JsonBindException

    Inheritance
    object
    Exception
    JsonException
    JsonBindException
    Implements
    ISerializable
    Inherited Members
    JsonException.BytePositionInLine
    JsonException.LineNumber
    JsonException.Message
    JsonException.Path
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)
    Namespace: FastEndpoints
    Assembly: FastEndpoints.dll
    Syntax
    public sealed class JsonBindException : JsonException, ISerializable

    Constructors

    JsonBindException(string, string, JsonException)

    Declaration
    public JsonBindException(string fieldName, string failureMessage, JsonException x)
    Parameters
    Type Name Description
    string fieldName
    string failureMessage
    JsonException x

    Properties

    FailureMessage

    Declaration
    public string FailureMessage { get; }
    Property Value
    Type Description
    string

    FieldName

    Declaration
    public string FieldName { get; }
    Property Value
    Type Description
    string

    Implements

    ISerializable
    In this article
    Back to top Developed by Đĵ ΝιΓΞΗΛψΚ and contributors / Licensed under MIT / Website generated by DocFX