Exception indicating a problem with the use of the n-level undo feature in CSLA .NET.
More...
|
| | UndoException (string message, string typeName, string? parentTypeName, int currentEditLevel, int expectedEditLevel) |
| | Creates an instance of the type.
|
| | UndoException (string message, Exception ex) |
| | Creates an instance of the type.
|
|
| string | TypeName = "" [get] |
| | The type name of the object that caused this issue.
|
| string? | ParentTypeName [get] |
| | The parent's type name of the object that caused this issue or null.
|
| int | CurrentEditLevel [get] |
| | Object EditLevel.
|
| int | ExpectedEditLevel [get] |
| | Expected object EditLevel.
|
Exception indicating a problem with the use of the n-level undo feature in CSLA .NET.
◆ UndoException() [1/2]
| Csla.Core.UndoException.UndoException |
( |
string | message, |
|
|
string | typeName, |
|
|
string? | parentTypeName, |
|
|
int | currentEditLevel, |
|
|
int | expectedEditLevel ) |
|
inline |
Creates an instance of the type.
- Parameters
-
| message | Text describing the exception. |
| typeName | The type name of the object that caused this issue |
| parentTypeName | The parent's type name of the object that caused this issue or null |
| currentEditLevel | Object EditLevel |
| expectedEditLevel | Expected object EditLevel |
- Exceptions
-
| ArgumentNullException | message or typeName is null. |
◆ UndoException() [2/2]
| Csla.Core.UndoException.UndoException |
( |
string | message, |
|
|
Exception | ex ) |
|
inline |
Creates an instance of the type.
- Parameters
-
| message | Text describing the exception. |
| ex | Inner exception. |
- Exceptions
-
| ArgumentNullException | message or ex is null. |
◆ CurrentEditLevel
| int Csla.Core.UndoException.CurrentEditLevel |
|
get |
◆ ExpectedEditLevel
| int Csla.Core.UndoException.ExpectedEditLevel |
|
get |
Expected object EditLevel.
◆ ParentTypeName
| string? Csla.Core.UndoException.ParentTypeName |
|
get |
The parent's type name of the object that caused this issue or null.
◆ TypeName
| string Csla.Core.UndoException.TypeName = "" |
|
get |
The type name of the object that caused this issue.
The documentation for this class was generated from the following file: