Summary
Exception, which wrap validation errors.
- Namespace
- Avalonia
.Data - Interfaces
-
- ISerializable
- Base Types
-
- object
- Exception
graph BT
Type-->Base0["Exception"]
Base0-->Base1["object"]
Type-.->Interface0["ISerializable"]
Type["DataValidationException"]
class Type type-node
Syntax
public class DataValidationException : Exception, ISerializable
Constructors
Name | Summary |
---|---|
Data |
Initializes a new instance of the DataValidationException class.
|
Properties
Name | Value | Summary |
---|---|---|
ErrorData | object |