Table of Contents

Class ExceptionUtils

Namespace
NLightning.Common.Utils
Assembly
NLightning.Common.dll
public static class ExceptionUtils
Inheritance
ExceptionUtils
Inherited Members

Methods

ThrowIfDisposed(bool, string)

public static void ThrowIfDisposed(bool disposed, string name)

Parameters

disposed bool
name string

ThrowIfNull(object?, string)

public static void ThrowIfNull(object? value, string name)

Parameters

value object
name string