UltEvent<T0, T1>.

InvokeSafe(T0, T1) Method

Summary

Invokes all UltEvents.UltEvent`2.PersistentCalls then all UltEvents.UltEvent`2.DynamicCalls inside a try/catch block which logs any exceptions that are thrown.

See also: and .
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
UltEvent<T0, T1>

Syntax

public virtual void InvokeSafe(T0 parameter0, T1 parameter1)

Parameters

Name Type Description
parameter0 T0
parameter1 T1

Return Value

Type Description
void

See Also

  • UltEvents.UltEvent`2.Invoke(`0,`1)
  • UltEventUtils.InvokeX(UltEvent, T0, T1)