ComponentOne DataObjects for .NET
DataActionCanceledException Class
Members 

C1.Data.2 Assembly > C1.Data Namespace : DataActionCanceledException Class
Represents an exception that is thrown when an action is canceled by throwing an exception in a business logic event (see Business Logic).
Object Model
DataActionCanceledException Class
Syntax
'Declaration
 
Public Class DataActionCanceledException 
   Inherits C1DataException
public class DataActionCanceledException : C1DataException 
Remarks
To retrieve the exception thrown by the user code in a business logic event, use the InnerException property belonging to the System.Exception class.
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         C1.Data.C1DataException
            C1.Data.DataActionCanceledException

See Also

Reference

DataActionCanceledException Members
C1.Data Namespace