SharpCvsLib

InvalidPathException Constructor (String)

Occurs if there is an attempt to write to a path that is outside of the working path.

[Visual Basic]
Overloads Public Sub New( _
   ByVal message As String _
)
[C#]
public InvalidPathException(
   string message
);

Parameters

message
Additional information to pass on in the exception.

See Also

InvalidPathException Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | InvalidPathException Constructor Overload List