Table of Contents

Method Nop

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

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 Exception

The exception to be handled or logged.