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




Exception is thrown if a type in the storage is not supported by framework.

Syntax

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

Remarks

This exception is thrown if a type is not recognized by the framework. If you try to save a type that can't be saved directly to the storage you get this exception. To avoid this kind of exception try to implement the IUserDefinedType interface.

Inheritance Hierarchy

System.Object
   System.Exception
      Chili.Opf3.InvalidTypeException

Requirements

Namespace: Chili.Opf3

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