Represents errors that occur during some operation with a value editor. Implements the System.Exception
public class EasyData.ValueEditorException
: Exception
Package: EasyData.Core
(targets: netstandard2.0
)
Assembly: EasyData.Core.dll
Constructors
Name | Type | Description |
---|---|---|
ValueEditorException() | void |
Initializes a new instance of the EasyData.ValueEditorException class. |
ValueEditorException(string message) |
void |
Initializes a new instance of the EasyData.ValueEditorException class. |