Exception indicating a problem with the use of the n-level undo feature in CSLA .NET. More...
Public Member Functions | |
UndoException (string message, string typeName, string parentTypeName, int currentEditLevel, int expectedEditLevel) | |
Creates an instance of the type. More... | |
UndoException (string message, Exception ex) | |
Creates an instance of the type. More... | |
override void | GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) |
Serializes the object. More... | |
Public Attributes | |
string | TypeName |
The type name of the object that caused this issue More... | |
string | ParentTypeName |
The parent's type name of the object that caused this issue or null More... | |
int | CurrentEditLevel |
Object EditLevel More... | |
int | ExpectedEditLevel |
Expected object EditLevel More... | |
Protected Member Functions | |
UndoException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
Creates an instance of the object for serialization. More... | |
Exception indicating a problem with the use of the n-level undo feature in CSLA .NET.
Definition at line 19 of file UndoException.cs.
Csla.Core.UndoException.UndoException | ( | string | message, |
string | typeName, | ||
string | parentTypeName, | ||
int | currentEditLevel, | ||
int | expectedEditLevel | ||
) |
Creates an instance of the type.
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 |
Definition at line 46 of file UndoException.cs.
Csla.Core.UndoException.UndoException | ( | string | message, |
Exception | ex | ||
) |
Creates an instance of the type.
message | Text describing the exception. |
ex | Inner exception. |
Definition at line 60 of file UndoException.cs.
|
protected |
Creates an instance of the object for serialization.
info | Serialiation info object. |
context | Serialization context object. |
Definition at line 72 of file UndoException.cs.
override void Csla.Core.UndoException.GetObjectData | ( | System.Runtime.Serialization.SerializationInfo | info, |
System.Runtime.Serialization.StreamingContext | context | ||
) |
Serializes the object.
info | Serialiation info object. |
context | Serialization context object. |
Definition at line 83 of file UndoException.cs.
int Csla.Core.UndoException.CurrentEditLevel |
Object EditLevel
Definition at line 32 of file UndoException.cs.
int Csla.Core.UndoException.ExpectedEditLevel |
Expected object EditLevel
Definition at line 36 of file UndoException.cs.
string Csla.Core.UndoException.ParentTypeName |
The parent's type name of the object that caused this issue or null
Definition at line 28 of file UndoException.cs.
string Csla.Core.UndoException.TypeName |
The type name of the object that caused this issue
Definition at line 24 of file UndoException.cs.