'Declaration
Public Function New( _ ByVal errorNumber As Integer, _ ByVal message As String _ )
'Usage
Dim errorNumber As Integer Dim message As String Dim instance As New PathNotFoundException(errorNumber, message)
public PathNotFoundException( int errorNumber, string message )
public: PathNotFoundException( int errorNumber, String^ message )
Parameters
- errorNumber
- A number that represents the reason you are creating this exception object.
- message
- A string that describes the reason you are creating this exception object.