ConflictException Constructor (Modified, 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 ConflictException(
Modified modified,
string message
)
Public Sub New (
modified As Modified,
message As String
)
public:
ConflictException(
Modified modified,
String^ message
)
new :
modified : Modified *
message : string -> ConflictException
Parameters
- modified
- Type: ITHit.FileSystemModified
Indicates if the user file system or remote storage is modified. - message
- Type: SystemString
The error message that explains the reason for the exception.
See Also