Freigeben über


ObjectiveCMarshal.SetMessageSendPendingException(Exception) Methode

Definition

Legt eine ausstehende Ausnahme fest, die beim nächsten Eingeben der Runtime aus einem Objective-C msgSend P/Invoke ausgelöst wird.

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

Parameter

exception
Exception

Die Ausnahme.

Hinweise

Wenn null angegeben wird, wird eine ausstehende Ausnahme verworfen.

Gilt für: