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