Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool OnExceptionIgnore(Action)

  • Declared in: RT.Util.Ut

Declaration

public static bool OnExceptionIgnore(
    Action action
)

Summary

Evaluates the specified code. If the code throws any exceptions, catches and suppresses them.

Parameters

Actionaction The code to be executed.

Returns

True if action returned without exceptions, false otherwise.