ComponentOne DataObjects for .NET
InvalidDataOperationException Class
Members 

C1.Data.2 Assembly > C1.Data Namespace : InvalidDataOperationException Class
Represents an exception that is thrown on attempt to perform an operation that cannot be performed.
Object Model
InvalidDataOperationException Class
Syntax
'Declaration
 
Public Class InvalidDataOperationException 
   Inherits C1DataException
public class InvalidDataOperationException : C1DataException 
Remarks
Represents an exception that is thrown on attempt to perform an operation that, although not explicitly disabled by property settings, cannot be performed on the specified object in its current state with specified arguments.
Inheritance Hierarchy

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

See Also

Reference

InvalidDataOperationException Members
C1.Data Namespace