GuardArgumentIsValidPath Method (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
Syntaxpublic static void ArgumentIsValidPath(
string argumentValue,
string argumentName
)
Public Shared Sub ArgumentIsValidPath (
argumentValue As String,
argumentName As String
)
public:
static void ArgumentIsValidPath(
String^ argumentValue,
String^ argumentName
)
static member ArgumentIsValidPath :
argumentValue : string *
argumentName : string -> unit
Parameters
- argumentValue
- Type: SystemString
The argument value to test. - argumentName
- Type: SystemString
Name of the argument.
Exceptions
See Also