| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class InvalidTypeException Inherits Exception | |
| Visual Basic (Usage) | |
|---|---|
| |
| 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 | |
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.
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)