ULException class

Represents a SQL error returned by the UltraLite.NET database. This class cannot be inherited.

Syntax
Visual Basic
Public NotInheritable Class ULException
  Inherits ApplicationException
C#
public sealed class ULException: ApplicationException
Remarks

The SQLCODE denoting the error is returned in the NativeError.

This class is not serializable under the .NET Compact Framework.

See also

ULException members
ULException constructor
NativeError property
Source property
GetObjectData method