InvalidPathException Constructor

Declaration

public InvalidPathException(string message);

Parameters

message The exception message.

Description

Initializes a new instance of the InvalidPathException class with a specified path.


Declaration

public InvalidPathException(string message, Exception inner);

Parameters

message The exception message.
inner The inner exception reference.

Description

Initializes a new instance of the InvalidPathException class with a specified type and a reference to the inner exception that is the cause of this exception.


Did you find this page useful? Please give it a rating: