Accusoft.FormDirector3.Net - Updated August 4, 2020
PathNotFoundException Constructor(String)




Accusoft.FormDirectorSdk Namespace > PathNotFoundException Class > PathNotFoundException Constructor : PathNotFoundException Constructor(String)
A string that describes the reason you are creating this exception object.
Initializes a new instance of the PathNotFoundException class.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
 
'Usage
 
Dim message As String
 
Dim instance As New PathNotFoundException(message)

Parameters

message
A string that describes the reason you are creating this exception object.
Remarks
Normally, you will have no reason to construct an instance of this class. Instead, the FormDirector component will construct and throw exceptions of this type as needed.
See Also

Reference

PathNotFoundException Class
PathNotFoundException Members
Overload List