QuickObjects.DBLibrary Send comments on this topic.
GetSQLExceptionAsString Method
See Also 
Akal.QuickObjects.DBLibrary Namespace > DatabaseObjectSQL Class : GetSQLExceptionAsString Method
sqEx

GetSQLExceptionAsString

Gets detailed error message and the source of the passed in Exception.

Parameters:
Description
sqExException instance to use for returning an error message.

Syntax

C# 
public virtual string GetSQLExceptionAsString( 
   Exception sqEx
)

Parameters

sqEx

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also