[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

returns the potential problem that triggered the message

Namespace: Db4objects.Db4o.Diagnostic
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Function Problem As String
C#
public abstract string Problem ()
Visual C++
public:
virtual String^ Problem () abstract