CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
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 object. More...
 
 ValidationException (string message)
 Creates an instance of the object. More...
 
 ValidationException (string message, Exception innerException)
 Creates an instance of the object. More...
 

Protected Member Functions

 ValidationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Creates an instance of the object for serialization. More...
 

Detailed Description

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

Definition at line 18 of file ValidationException.cs.

Constructor & Destructor Documentation

◆ ValidationException() [1/4]

Csla.Rules.ValidationException.ValidationException ( )

Creates an instance of the object.

Definition at line 24 of file ValidationException.cs.

◆ ValidationException() [2/4]

Csla.Rules.ValidationException.ValidationException ( string  message)

Creates an instance of the object.

Parameters
messageMessage describing the exception.

Definition at line 33 of file ValidationException.cs.

◆ ValidationException() [3/4]

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

Creates an instance of the object.

Parameters
messageMessage describing the exception.
innerExceptionInner exception object.

Definition at line 44 of file ValidationException.cs.

◆ ValidationException() [4/4]

Csla.Rules.ValidationException.ValidationException ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
)
protected

Creates an instance of the object for serialization.

Parameters
contextSerialization context.
infoSerialization info.

Definition at line 56 of file ValidationException.cs.