Chili.Opf3 Send comments on this topic.
RelationsParserException Class
See Also  Members  
Chili.Opf3.Mapping Namespace : RelationsParserException Class




Exception is thrown a relations set in the RelationAttribute can't be parsed.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class RelationsParserException 
   Inherits Exception
Visual Basic (Usage)Copy Code
Dim instance As RelationsParserException
C# 
public sealed class RelationsParserException : Exception 
Managed Extensions for C++ 
public __gc __sealed class RelationsParserException : public Exception 
C++/CLI 
public ref class RelationsParserException sealed : public Exception 

Remarks

This exception is thrown a relations set in the RelationAttribute can't be parsed. Usually this exception is thrown if the syntax of the relation is wrong.

Inheritance Hierarchy

System.Object
   System.Exception
      Chili.Opf3.Mapping.RelationsParserException

Requirements

Namespace: Chili.Opf3.Mapping

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also