GuardArgumentIsNotOfType Method |
Name | Description | |
---|---|---|
![]() ![]() | ArgumentIsNotOfTypeT(Object, String) | Throws an exception if argumentValue is of type T. |
![]() ![]() | ArgumentIsNotOfTypeT(Boolean, Object, String) | Throws an exception if argumentValue is of type T or a subtype of T. |
![]() ![]() | ArgumentIsNotOfTypeT(Object, String, String) | Throws an exception if argumentValue is of type T. |
![]() ![]() | ArgumentIsNotOfTypeT(Boolean, Object, String, String) | Throws an exception if argumentValue is of type T or a subtype of T. |