Method Nop
Nop()
A no-operation method that performs no action.
public static void Nop()
Nop(Exception)
A no-operation method that performs no action but allows logging of exceptions.
public static void Nop(Exception e)
Parameters
e
ExceptionThe exception to be handled or logged.