Member name | Description |
---|---|
Data (inherited from Exception) |
Gets a collection of key/value pairs that provide additional user-defined information about the exception. |
ErrorCode (inherited from ExternalException) |
Gets the HRESULT of the error. |
Returns a collection of one or more SAError class objects. |
|
HelpLink (inherited from Exception) |
Gets or sets a link to the help file associated with this exception. |
InnerException (inherited from Exception) |
Gets the Exception instance that caused the current exception. |
Returns the text describing the error. |
|
Returns database-specific error information. |
|
Returns the name of the provider that generated the error. |
|
StackTrace (inherited from Exception) |
Gets a string representation of the frames on the call stack at the time the current exception was thrown. |
TargetSite (inherited from Exception) |
Gets the method that throws the current exception. |
Member name | Description |
---|---|
GetBaseException (inherited from Exception) |
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. |
Sets the SerializationInfo with information about the exception. Overrides Exception.GetObjectData. |
|
GetType (inherited from Exception) |
Gets the runtime type of the current instance. |
ToString (inherited from Exception) |
Creates and returns a string representation of the current exception. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |