BlockedException Constructor (String) |
IT Hit User File System
Creates instance of this class.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public BlockedException(
string message
)
Public Sub New (
message As String
)
public:
BlockedException(
String^ message
)
new :
message : string -> BlockedException
Parameters
- message
- Type: SystemString
The error message that explains the reason for the exception.
See Also