Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.Data.UltraLite namespace

ULException class


Represents a SQL error returned by the UltraLite.NET database.

Prototypes 

' Visual Basic
Public Class ULException
  Inherits ApplicationException

// C#
public class ULException :
  ApplicationException

Remarks 

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


ULException members
ULException constructor
NativeError property
Source property
GetObjectData method

Collection Contents Previous Next PDF