Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

SQLException class


Represents a SQL error returned by the UltraLite database.

Prototypes 

' Visual Basic
Public Class SQLException
  Inherits ApplicationException

// C#
public class SQLException :
  ApplicationException

Remarks 

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


SQLException members
SQLException constructor
ErrorCode property
GetObjectData method

Collection Contents Previous Next PDF