Class TransferNotFoundException
Inheritance
TransferNotFoundException
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 TransferNotFoundException : PictureparkNotFoundException, ISerializable
Properties
Declaration
[JsonProperty("transferId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string TransferId { get; set; }
Property Value
Methods
Declaration
public static TransferNotFoundException FromJson(string data)
Parameters
Returns
Extension Methods