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