Exception indicating a failure during an object save operation. More...
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... | |
Exception indicating a failure during an object save operation.
Definition at line 20 of file ObjectSaveException.cs.
Csla.Windows.ObjectSaveException.ObjectSaveException | ( | ) |
Creates an instance of the object.
Definition at line 25 of file ObjectSaveException.cs.
Csla.Windows.ObjectSaveException.ObjectSaveException | ( | string | message | ) |
Creates an instance of the object.
message | Exception message text. |
Definition at line 33 of file ObjectSaveException.cs.
Csla.Windows.ObjectSaveException.ObjectSaveException | ( | string | message, |
Exception | innerException | ||
) |
Creates an instance of the object.
message | Exception message text. |
innerException | Reference to an inner exception. |
Definition at line 44 of file ObjectSaveException.cs.
Csla.Windows.ObjectSaveException.ObjectSaveException | ( | Exception | innerException | ) |
Creates an instance of the object.
innerException | Reference to an inner exception. |
Definition at line 52 of file ObjectSaveException.cs.