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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考

 

ULException 类

表示由 UltraLite.NET 数据库返回的 SQL 错误。此类无法继承。

语法
Visual Basic
Public NotInheritable Class ULException
  Inherits ApplicationException
C#
public sealed class ULException: ApplicationException
注释

指示错误的 SQLCODE 会在 NativeError 中返回。

在 .NET Compact Framework 中,此类不可序列化。

另请参见

ULException 成员
ULException 构造函数
NativeError 属性
Source 属性
GetObjectData 方法