ComponentOne DataObjects for .NET
DisabledOperationException Class
Members 

C1.Data.2 Assembly > C1.Data Namespace : DisabledOperationException Class
Represents an exception that is thrown on attempt to perform an action that is disabled by the current property settings.
Object Model
DisabledOperationException Class
Syntax
'Declaration
 
Public Class DisabledOperationException 
   Inherits C1DataException
public class DisabledOperationException : C1DataException 
Remarks
Represents an exception that is thrown on attempt to perform an action that is disabled by the current property settings (such as C1.Data.SchemaObjects.ReadOnly, C1.Data.SchemaObjects.AllowDelete, etc.) or the current state of an object.
Inheritance Hierarchy

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

See Also

Reference

DisabledOperationException Members
C1.Data Namespace