Share via


CloudErrorJsonConverter.CanConvert(Type) Method

Definition

Returns true if the object being serialized is a CloudError.

public override bool CanConvert (Type objectType);
override this.CanConvert : Type -> bool
Public Overrides Function CanConvert (objectType As Type) As Boolean

Parameters

objectType
Type

The type of the object to check.

Returns

True if the object being serialized is a CloudError. False otherwise.

Applies to