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

On this page
    CallStack Property (PgSqlError)
    On this page
    Gets an indication of the context in which the error occurred.
    Syntax
    'Declaration
     
    Public ReadOnly Property CallStack As String
    public string CallStack {get;}

    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