Represents a SQL error returned by the UltraLite.NET database.
Public NotInheritable Class ULException Inherits System.ApplicationException
public sealed class ULException : System.ApplicationException
All members of ULException class, including all inherited members.
Name | Description |
---|---|
Populates a SerializationInfo with the data needed to serialize this ULException. | |
Returns the SQLCODE returned by the database. | |
Returns the name of the provider that generated the error. |
The SQLCODE denoting the error is returned in the NativeError.
This class is not serializable under the .NET Compact Framework.
GetObjectData method
NativeError property
Source property
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |