Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference

ULDbType enumeration Next Page

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 SQL code 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