Edit

Share via


NSException.CallStackSymbols Property

Definition

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

Applies to