CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Rules.ValidationException Class Reference

Exception class indicating that there was a validation problem with a business object. More...

Inheritance diagram for Csla.Rules.ValidationException:

Public Member Functions

 ValidationException ()
 Creates an instance of the type.
 ValidationException (string? message)
 Creates an instance of the type.
 ValidationException (string? message, Exception? innerException)
 Creates an instance of the type.

Detailed Description

Exception class indicating that there was a validation problem with a business object.

Constructor & Destructor Documentation

◆ ValidationException() [1/3]

Csla.Rules.ValidationException.ValidationException ( )
inline

Creates an instance of the type.

◆ ValidationException() [2/3]

Csla.Rules.ValidationException.ValidationException ( string? message)
inline

Creates an instance of the type.

Parameters
messageMessage describing the exception.

◆ ValidationException() [3/3]

Csla.Rules.ValidationException.ValidationException ( string? message,
Exception? innerException )
inline

Creates an instance of the type.

Parameters
messageMessage describing the exception.
innerExceptionInner exception object.

The documentation for this class was generated from the following file: