Enumeration Case 列挙ケース

NSCoder.DecodingFailurePolicy.raiseException

A failure policy that directs the coder to raise an exception. ある障害ポリシー、それはコーダに例外を引き起こすよう命令します。

Declaration 宣言

case raiseException = 0

Discussion 議論

With this policy, the NSCoder raises an exception internally to propagate failure messages (and unwind the stack). このポリシーで、NSCoderは、例外を内部的に引き起こすことで失敗メッセージを伝播します(そしてそのスタックを巻き戻しません)。

See Also 参照

Failure Policies 障害ポリシー