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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.