Inheritance
FormatNotApplicableForRenderingException
Namespace: System.Dynamic.ExpandoObject
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
[JsonObject]
public class FormatNotApplicableForRenderingException : RenderingException, ISerializable
Properties
Declaration
[JsonProperty("contentRenderingType", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(StringEnumConverter))]
public RenderingCategory ContentRenderingType { get; set; }
Property Value
Methods
Extension Methods