Instance Method インスタンスメソッド

replyWithException:

Sends a reply back to the remote object making the distant object request. 遠方オブジェクトリクエストをしているリモートオブジェクトに逆に応答を送信します。

Declaration 宣言

- (void)replyWithException:(NSException *)exception;

Parameters パラメータ

exception

The exception to send. 送信する例外。

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. exceptionnilならば、レシーバのもつ発動の戻り値が送信されます;そうでなければ、exceptionが送信されます、そして自動的に引き起こされます、それがそれの行き先に達します。