MonobjcMonobjc Documented Class Library
ReplyWithException Method (exception)
NamespacesMonobjc.FoundationNSDistantObjectRequestReplyWithException(NSException)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ReplyWithException(
	NSException exception
)
Public Overridable Sub ReplyWithException ( _
	exception As NSException _
)
public:
virtual void ReplyWithException(
	NSException^ exception
)
Parameters
exception (NSException)
The exception to send.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)