ScriptCallDepthException.CallDepth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Always 0 - depth is not tracked as there is no hard coded maximum.
public:
property int CallDepth { int get(); };
public:
property int CallDepth { int get(); };
public int CallDepth { get; }
member this.CallDepth : int
Public ReadOnly Property CallDepth As Integer