Compartilhar via


ObjectiveCMarshal.SetMessageSendPendingException(Exception) Método

Definição

Define uma exceção pendente a ser lançada na próxima vez que o runtime for inserido de um 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)

Parâmetros

exception
Exception

A exceção.

Comentários

Se null for fornecido, qualquer exceção pendente será descartada.

Aplica-se a