Instance Property インスタンスプロパティ

callStackReturnAddresses

The call return addresses related to a raised exception. この呼び出しは、引き起こされた例外に関連したアドレスを返します。

Declaration 宣言

var callStackReturnAddresses: [NSNumber] { get }

Discussion 議論

An array of NSNumber objects encapsulating NSUInteger values. Each value is a call frame return address. The array of stack frames starts at the point at which the exception was first raised, with the first items being the most recent stack frames. NSUInteger値をカプセル化しているNSNumberオブジェクトからなる配列。各値は、呼出フレーム復帰アドレスです。それらスタックフレームからなる配列は、その例外が最初に引き起こされた地点で始まります、最初の項目が最も最近のスタックフレームです。

NSException subclasses posing as the NSException class or subclasses or other API elements that interfere with the exception-raising mechanism may not get this information. NSExceptionサブクラスでNSExceptionクラスのふりをするもの、またはサブクラス、または他のAPI要素で、例外引き起こしの仕組みを妨げるものは、この情報を取得しないかもしれません。

See Also 参照

Getting Exception Stack Frames 例外スタックフレームを得る