Click or drag to resize

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.1.26727.0-Beta2
Syntax
public BlockedException(
	string message
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
See Also