Condividi tramite


ObjectiveCMarshal.SetMessageSendPendingException(Exception) Metodo

Definizione

Imposta un'eccezione in sospeso da generare alla successiva immissione del runtime da un oggetto 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)

Parametri

exception
Exception

Eccezione.

Commenti

Se null viene specificata un'eccezione in sospeso viene rimossa.

Si applica a