Class InvalidTransferTypeException
Inheritance
InvalidTransferTypeException
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
[JsonObject]
public class InvalidTransferTypeException : PictureparkBusinessException, ISerializable
Properties
Declaration
[JsonProperty("transferType", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(StringEnumConverter))]
public TransferType TransferType { get; set; }
Property Value
Methods
Declaration
public static InvalidTransferTypeException FromJson(string data)
Parameters
Returns
Extension Methods