Class RowValidatorException
Exception holding the result of RowValidator.
Implements
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class RowValidatorException : SoException, ISerializable
Constructors
RowValidatorException(RowValidator)
Default constructor.
Declaration
public RowValidatorException(RowValidator rowValidator)
Parameters
Type | Name | Description |
---|---|---|
RowValidator | rowValidator | The row validator holding the validation result. |
Remarks
This exception should only be thrown if the rowValidator.ToBool() returns false.
Properties
Message
Error message with the fields that failed validation and the reason for it.
Declaration
public override string Message { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RowValidator
Row validator held by the exception.
Declaration
public RowValidator RowValidator { get; }
Property Value
Type | Description |
---|---|
RowValidator |