ComponentOne DataObjects for .NET
SchemaException Class
Members 

C1.Data.2 Assembly > C1.Data Namespace : SchemaException Class
Represents an exception that is thrown at run time when C1DataObjects encounters errors in the schema specified in a C1SchemaDef component. Most of such errors can be detected at design time performing schema verification (select Verify schema from the Schema menu in Schema Designer).
Object Model
SchemaException Class
Syntax
'Declaration
 
Public Class SchemaException 
   Inherits C1DataException
public class SchemaException : C1DataException 
Inheritance Hierarchy

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

See Also

Reference

SchemaException Members
C1.Data Namespace