Method | Description | |
---|---|---|
IllegalFilePathException ( string p_strPath ) : System |
The default constructor.
|
|
IllegalFilePathException ( string p_strPath, string message ) : System |
A simple contructor that sets the exception's message.
|
|
IllegalFilePathException ( string p_strPath, string message, |
A simple constructor the sets the exception's message and inner exception.
|
public IllegalFilePathException ( string p_strPath ) : System | ||
p_strPath | string | The illegal path. |
return | System |
public IllegalFilePathException ( string p_strPath, string message ) : System | ||
p_strPath | string | The illegal path. |
message | string | The exception's message. |
return | System |
public IllegalFilePathException ( string p_strPath, string message, |
||
p_strPath | string | The illegal path. |
message | string | The exception's message. |
inner | The ineer exception. | |
return | System |