Class InvalidComponentProperties
Represents properties of an InvalidComponent.
public class InvalidComponentProperties : FormComponentProperties<string>
- Inheritance
-
objectFormComponentProperties<string>InvalidComponentProperties
- Inherited Members
- Extension Methods
Constructors
InvalidComponentProperties()
Initializes a new instance of the InvalidComponentProperties class.
public InvalidComponentProperties()
Remarks
The component is not intended to be serialized into the database.
Properties
DefaultValue
Gets or sets the default value of the form component.
public override string DefaultValue { get; set; }
Property Value
- string
ErrorMessage
Gets or sets the message describing the error of the original component.
public string ErrorMessage { get; set; }
Property Value
- string
Exception
Gets or sets the exception that is related to the original component.
[JsonIgnore]
public Exception Exception { get; set; }
Property Value
- Exception