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
public string CallStack {get;}
Property Value
String indicating where error occurred.
See Also