ClientLockFailedException Constructor (String, Int32) |
IT Hit User File System
Creates instance of this class with a message and HRESULT code.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public ClientLockFailedException(
string message,
int hresult
)
Public Sub New (
message As String,
hresult As Integer
)
public:
ClientLockFailedException(
String^ message,
int hresult
)
new :
message : string *
hresult : int -> ClientLockFailedException
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception. - hresult
- Type: SystemInt32
An integer identifying the error that has occurred.
See Also