ExceptionUtilities.ValidateStringArgument(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void ValidateStringArgument(System::String ^ parameterValue, System::String ^ parameterName);
public static void ValidateStringArgument (string parameterValue, string parameterName);
static member ValidateStringArgument : string * string -> unit
Public Shared Sub ValidateStringArgument (parameterValue As String, parameterName As String)
Parameters
- parameterValue
- String
- parameterName
- String