Click or drag to resize

GuardArgumentIsValidPath Method (String, String, String)

Throws an exception if argumentValue does not denote a valid path.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public static void ArgumentIsValidPath(
	string argumentValue,
	string argumentName,
	string message
)

Parameters

argumentValue
Type: SystemString
The argument value to test.
argumentName
Type: SystemString
Name of the argument.
message
Type: SystemString
The message that will be passed to the exception.
Exceptions
ExceptionCondition
ArgumentExceptionValidation error.
See Also