Accusoft.Forms1 - Updated
FileNotLockedException Constructor(String,Exception)



Accusoft.FormDirectorSdk Namespace > FileNotLockedException Class > FileNotLockedException Constructor : FileNotLockedException Constructor(String,Exception)
A string that describes the reason you are creating this exception object.
The original exception that caused you to create this exception object.
Initializes a new instance of the FileNotLockedException class.
Syntax
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
Dim message As String
Dim innerException As Exception
 
Dim instance As New FileNotLockedException(message, innerException)
public FileNotLockedException( 
   string message,
   Exception innerException
)
public:
FileNotLockedException( 
   String^ message,
   Exception^ innerException
)

Parameters

message
A string that describes the reason you are creating this exception object.
innerException
The original exception that caused you to create 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

FileNotLockedException Class
FileNotLockedException Members
Overload List