SilentException.wrapInMessage constructor

SilentException.wrapInMessage(
  1. String message,
  2. CaughtException exception
)

Create a SilentException to wrap a CaughtException, adding a message.

Implementation

SilentException.wrapInMessage(String message, CaughtException exception)
    : this(message, exception, StackTrace.current);