Initializes a new instance of the
FileNotLockedException class.
Syntax
public FileNotLockedException(
string
)
public:
FileNotLockedException(
String^
)
Parameters
- message
- A string that describes the reason you are creating this exception object.
See Also