NSException.CallStackSymbols 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.
Returns the stack trace for the exception.
public virtual string[] CallStackSymbols { [Foundation.Export("callStackSymbols")] get; }
member this.CallStackSymbols : string[]
Property Value
String[]
The value is an array of strings, one string for each call frame.
- Attributes