ObjectiveCMarshal.SetMessageSendPendingException(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.