Edit

Share via


ObjectiveCMarshal.SetMessageSendPendingException(Exception) Method

Definition

Sets a pending exception to be thrown the next time the runtime is entered from an Objective-C msgSend P/Invoke.

public:
 static void SetMessageSendPendingException(Exception ^ exception);
public static void SetMessageSendPendingException (Exception? exception);
static member SetMessageSendPendingException : Exception -> unit
Public Shared Sub SetMessageSendPendingException (exception As Exception)

Parameters

exception
Exception

The exception.

Remarks

If null is supplied any pending exception is discarded.

Applies to