Compartir a través de


ObjectiveCMarshal.SetMessageSendPendingException(Exception) Método

Definición

Establece una excepción pendiente que se iniciará la próxima vez que se escriba el tiempo de ejecución desde un objeto 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

Excepción.

Comentarios

Si null se proporciona alguna excepción pendiente, se descarta.

Se aplica a