Sends a reply back to the remote object making the distant object request.
Original signature is '- (void)replyWithException:(NSException *)exception'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void ReplyWithException( NSException exception )
Public Overridable Sub ReplyWithException ( _ exception As NSException _ )
public: virtual void ReplyWithException( NSException^ exception )

- exception (NSException)
- The exception to send.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)