OnErrorTypeConverter Class

Definition

Defines values for OnErrorType.

public sealed class OnErrorTypeConverter : Newtonsoft.Json.JsonConverter
type OnErrorTypeConverter = class
    inherit JsonConverter
Public NotInheritable Class OnErrorTypeConverter
Inherits JsonConverter
Inheritance
Newtonsoft.Json.JsonConverter
OnErrorTypeConverter

Constructors

OnErrorTypeConverter()

Methods

CanConvert(Type)

Returns if objectType can be converted to OnErrorType by the converter.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to OnErrorType.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for OnErrorType for serialization.

Applies to