Common Logging 2.0 API Reference

ArgUtils.AssertIsAssignable(T) Method

Throws a ArgumentOutOfRangeException if an object of type valType is not assignable to type .

Overload List

Throws a ArgumentOutOfRangeException if an object of type valType is not assignable to type .

public static Type AssertIsAssignable(T)(string,Type)

Throws a ArgumentOutOfRangeException if an object of type valType is not assignable to type .

public static Type AssertIsAssignable(T)(string,Type,string,params object[])

See Also

ArgUtils Class | Common.Logging.Configuration Namespace