CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
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.
 ObjectSaveException (string? message)
 Creates an instance of the object.
 ObjectSaveException (string? message, Exception? innerException)
 Creates an instance of the object.
 ObjectSaveException (Exception? innerException)
 Creates an instance of the object.

Detailed Description

Exception indicating a failure during an object save operation.

Constructor & Destructor Documentation

◆ ObjectSaveException() [1/4]

Csla.Windows.ObjectSaveException.ObjectSaveException ( )
inline

Creates an instance of the object.

◆ ObjectSaveException() [2/4]

Csla.Windows.ObjectSaveException.ObjectSaveException ( string? message)
inline

Creates an instance of the object.

Parameters
messageException message text.

◆ ObjectSaveException() [3/4]

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

Creates an instance of the object.

Parameters
messageException message text.
innerExceptionReference to an inner exception.

◆ ObjectSaveException() [4/4]

Csla.Windows.ObjectSaveException.ObjectSaveException ( Exception? innerException)
inline

Creates an instance of the object.

Parameters
innerExceptionReference to an inner exception.

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