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 » ULException class

ULException class Next Page

ULException members


Public constructors
Member nameDescription

ULException constructor

Creates a ULException with the given error code.

Public properties
Member nameDescription

[external link] Data (inherited from Exception)

[external link] HelpLink (inherited from Exception)

[external link] InnerException (inherited from Exception)

[external link] Message (inherited from Exception)

NativeError property

Returns the SQL code returned by the database.

Source property

Returns the name of the provider that generated the error.

[external link] StackTrace (inherited from Exception)

[external link] TargetSite (inherited from Exception)

Public methods
Member nameDescription

[external link] GetBaseException (inherited from Exception)

GetObjectData method

Populates a SerializationInfo with the data needed to serialize this ULException.

[external link] GetType (inherited from Exception)

[external link] ToString (inherited from Exception)

See also