InvalidPathException Constructor (String, Exception)
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, _
ByVal
e As
Exception _
)
Parameters
- message
- A message that will be helpful for someone
resolving the issue with the library.
- e
- An exception that has caused this error, or has
led to this error.
See Also
InvalidPathException Class | ICSharpCode.SharpCvsLib.FileSystem Namespace | InvalidPathException Constructor Overload List