Method LogException
LogException(Exception, Object)
Same as LogException(Exception, Object), but does not print anything if tests are being run.
Declaration
public static void LogException(Exception exception, Object context = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | exception | Runtime Exception. |
| Object | context | Object to which the message applies. |