Show / Hide Table of Contents

Class RowValidatorException

Exception holding the result of RowValidator.

Inheritance
Object
Exception
SoException
RowValidatorException
Implements
ISerializable
_Exception
Inherited Members
SoException.FriendlyText
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class RowValidatorException : SoException, ISerializable, _Exception

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
Exception.Message

RowValidator

Row validator held by the exception.

Declaration
public RowValidator RowValidator { get; }
Property Value
Type Description
RowValidator

Implements

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ExceptionHelper.GetExceptionInfo(Exception)
ExceptionHelper.GetInnermostException(Exception)
ExceptionHelper.SimpleMessageStack(Exception, String)
ExceptionHelper.Enumerate(Exception)
ExceptionHelper.FindExceptionOfType<T>(Exception)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top