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.Windows.ObjectSaveException Class Reference

Exception indicating a failure during an object save operation. More...

Inheritance diagram for Csla.Windows.ObjectSaveException:

Public Member Functions

 ObjectSaveException ()
 Creates an instance of the object. More...
 
 ObjectSaveException (string message)
 Creates an instance of the object. More...
 
 ObjectSaveException (string message, Exception innerException)
 Creates an instance of the object. More...
 
 ObjectSaveException (Exception innerException)
 Creates an instance of the object. More...
 

Detailed Description

Exception indicating a failure during an object save operation.

Definition at line 20 of file ObjectSaveException.cs.

Constructor & Destructor Documentation

◆ ObjectSaveException() [1/4]

Csla.Windows.ObjectSaveException.ObjectSaveException ( )

Creates an instance of the object.

Definition at line 25 of file ObjectSaveException.cs.

◆ ObjectSaveException() [2/4]

Csla.Windows.ObjectSaveException.ObjectSaveException ( string  message)

Creates an instance of the object.

Parameters
messageException message text.

Definition at line 33 of file ObjectSaveException.cs.

◆ ObjectSaveException() [3/4]

Csla.Windows.ObjectSaveException.ObjectSaveException ( string  message,
Exception  innerException 
)

Creates an instance of the object.

Parameters
messageException message text.
innerExceptionReference to an inner exception.

Definition at line 44 of file ObjectSaveException.cs.

◆ ObjectSaveException() [4/4]

Csla.Windows.ObjectSaveException.ObjectSaveException ( Exception  innerException)

Creates an instance of the object.

Parameters
innerExceptionReference to an inner exception.

Definition at line 52 of file ObjectSaveException.cs.