The exception to send. 送信する例外。
Instance Method
インスタンスメソッド
reply
replyWithException:
Sends a reply back to the remote object making the distant object request.
遠方オブジェクトリクエストをしているリモートオブジェクトに逆に応答を送信します。
Availability 有効性
- macOS 10.0–10.13 Deprecated
- Mac Catalyst 15.0–13.1 Deprecated
Technology
- Foundation ファウンデーション
Declaration 宣言
- (void)replyWithException:(NSException
*)exception;
Parameters パラメータ
exception
Discussion 議論
If exception
is nil
, the return value of the receiver’s invocation is sent; otherwise, exception
is sent and is automatically raised when it arrives at its destination.
exception
がnil
ならば、レシーバのもつ発動の戻り値が送信されます;そうでなければ、exception
が送信されます、そして自動的に引き起こされます、それがそれの行き先に達します。