Class JsonBindException
Implements
Inherited Members
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 |