Initializes a new instance of the
PathNotFoundException class.
Syntax
public PathNotFoundException(
string
)
public:
PathNotFoundException(
String^
)
Parameters
- message
- A string that describes the reason you are creating this exception object.
See Also