/// <summary>
 /// Initializes a new instance of the FileSystemOperationError class.
 /// </summary>
 public FileSystemOperationErrorEventArgs(FileSystemOperationType operationType, string fullPath, Host host)
 {
     OperationType = operationType;
     FullPath      = fullPath;
     this.Host     = host;
 }
		/// <summary>
		/// Initializes a new instance of the FileSystemOperationError class.
		/// </summary>
		public FileSystemOperationErrorEventArgs(FileSystemOperationType operationType, string fullPath,Host host)
		{
			OperationType = operationType;
			FullPath = fullPath;
			this.Host = host;
		}