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

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

Property Value

String indicating where error occurred.
Remarks
This property includes a call stack traceback of active PL functions.
See Also