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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAException class

SAException class Next Page

SAException members


Public properties
Member nameDescription
[external link] Data (inherited from Exception)
[external link] ErrorCode (inherited from ExternalException)
Errors property Returns a collection of one or more SAError class objects.
[external link] HelpLink (inherited from Exception)
[external link] InnerException (inherited from Exception)
Message property Returns the text describing the error.
NativeError property Returns database-specific error information.
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 Sets the SerializationInfo with information about the exception. Overrides [external link] Exception.GetObjectData.
[external link] GetType (inherited from Exception)
[external link] ToString (inherited from Exception)
See also