Represents a SQL error returned by the UltraLite.NET database. This class cannot be inherited.
Visual Basic
Public NotInheritable Class ULException
Inherits ApplicationException
C#
public sealed class ULException : ApplicationException
The SQL code denoting the error is returned in the NativeError.
This class is not serializable under the .NET Compact Framework.
ULException members
ULException constructor
NativeError property
Source property
GetObjectData method