Common Logging 2.0 API Reference

ArgUtils.AssertNotNull(T) Method

Throws a ArgumentNullException if val is null.

Overload List

Throws a ArgumentNullException if val is null.

public static T AssertNotNull(T)(string,T)

Throws a ArgumentNullException if val is null.

public static T AssertNotNull(T)(string,T,string,params object[])

See Also

ArgUtils Class | Common.Logging.Configuration Namespace