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
    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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also