| Visual Basic (Declaration) | |
|---|---|
Public NotInheritable Class ConstraintException Inherits Exception | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public sealed class ConstraintException : Exception | |
| Managed Extensions for C++ | |
|---|---|
public __gc __sealed class ConstraintException : public Exception | |
| C++/CLI | |
|---|---|
public ref class ConstraintException sealed : public Exception | |
This exception is thrown if a property marked with the
AllowDBNull property set to false is
containing Null and the program tries to save it to the storage.
System.Object
System.Exception
Chili.Opf3.ConstraintException
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)