dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlError Class / CallStack Property

In This Topic
CallStack Property (PgSqlError)
In This Topic
Gets an indication of the context in which the error occurred.
Syntax
'Declaration
 
Public ReadOnly Property CallStack As String
 

Property Value

The error context.
Remarks
Presently this includes a call stack traceback of active procedural language functions and internally-generated queries. The trace is one entry per line, most recent first.
See Also