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.3.27213.0
Syntax public ClientLockFailedException(
string message,
string userFileSystemPath
)
Public Sub New (
message As String,
userFileSystemPath As String
)
public:
ClientLockFailedException(
String^ message,
String^ userFileSystemPath
)
new :
message : string *
userFileSystemPath : string -> ClientLockFailedException
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