-
Couldn't load subscription status.
- Fork 35
M_CodeJam_IO_IoCodeExceptions_ArgumentRootedOrNotRelativePath
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Creates for invalid relative path.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static ArgumentException ArgumentRootedOrNotRelativePath(
string argumentName,
string path
)VB
Public Shared Function ArgumentRootedOrNotRelativePath (
argumentName As String,
path As String
) As ArgumentExceptionF#
static member ArgumentRootedOrNotRelativePath :
argumentName : string *
path : string -> ArgumentException
- argumentName
- Type: System.String
Name of the argument. - path
- Type: System.String
The path being checked.
Type: ArgumentException
Initialized instance of ArgumentException.
IoCodeExceptions Class
CodeJam.IO Namespace
System.ArgumentException