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
Syntaxpublic static void ArgumentIsValidPath(
	string argumentValue,
	string argumentName,
	string message
)
Public Shared Sub ArgumentIsValidPath ( 
	argumentValue As String,
	argumentName As String,
	message As String
)
public:
static void ArgumentIsValidPath(
	String^ argumentValue, 
	String^ argumentName, 
	String^ message
)
static member ArgumentIsValidPath : 
        argumentValue : string * 
        argumentName : string * 
        message : string -> unit 
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
See Also