-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_IO_IoCodeExceptions_ArgumentRootedOrNotRelativePath
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Creates ArgumentException for invalid relative path.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static ArgumentException ArgumentRootedOrNotRelativePath(
string argumentName,
string path
)
VB
Public Shared Function ArgumentRootedOrNotRelativePath (
argumentName As String,
path As String
) As ArgumentException
F#
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.