Class EntitySaveErrorEventArgs
Inheritance
System.Object
System.EventArgs
EntitySaveErrorEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core.Entities
Assembly: Terrasoft.Core.dll
Syntax
public class EntitySaveErrorEventArgs : EventArgs
Constructors
EntitySaveErrorEventArgs()
Declaration
public EntitySaveErrorEventArgs()
Properties
Exception
Declaration
public Exception Exception { get; set; }
Property Value
Type | Description |
---|---|
System.Exception |
IsHandled
Declaration
public bool IsHandled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |