Click or drag to resize

ConflictException Constructor (Modified, String, Int32)

IT Hit User File System
Creates instance of this class with a message and HRESULT code.

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.1.26727.0-Beta2
Syntax
public ConflictException(
	Modified modified,
	string message,
	int hresult
)

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.
hresult
Type: SystemInt32
An integer identifying the error that has occurred.
See Also