MarkLogic XCC/.Net Library

XQueryException.Stack Property

Get an array of XQueryStackFrame objects that represent the XQuery stack frame returned by the server.

[Visual Basic]
Overridable Public ReadOnly Property Stack As XQueryStackFrame()
[C#]
public virtual XQueryStackFrame[] Stack {get;}

See Also

XQueryException Class | Marklogic.Xcc.Exceptions Namespace