Поделиться через


ObjectiveCMarshal.SetMessageSendPendingException(Exception) Метод

Определение

Задает ожидающее исключение, которое будет возникать при следующем входе среды выполнения из 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)

Параметры

exception
Exception

Исключение.

Комментарии

Если null задано, любое ожидающее исключение отбрасывается.

Применяется к