Click or drag to resize

ClientLockFailedException Constructor (String, String)

IT Hit User File System
Creates instance of this class.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
public ClientLockFailedException(
	string message,
	string userFileSystemPath
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
userFileSystemPath
Type: SystemString
Path of the item in the user file system for which this exception is thrown.
See Also