NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

StackFrame.OFFSET_UNKNOWN

Constant returned when the native or IL offset is unknown.

[Visual Basic]
Public Const OFFSET_UNKNOWN As Integer
[C#]
public const int OFFSET_UNKNOWN;
[C++]
public: const int OFFSET_UNKNOWN;
[JScript]
public var OFFSET_UNKNOWN : int;

See Also

StackFrame Class | StackFrame Members | System.Diagnostics Namespace