API Reference

Class

GoogleWorkspaceConflictException

Namespace OfficeIMO.GoogleWorkspace
Assembly OfficeIMO.GoogleWorkspace
Base InvalidOperationException
Implements
ISerializable
Modifiers sealed

Raised before mutation when a remote resource no longer matches the caller's observed version.

Inheritance

  • InvalidOperationException
  • GoogleWorkspaceConflictException

Constructors

public GoogleWorkspaceConflictException(String message, String targetId, String expectedVersion, String actualVersion, TranslationReport report) #

Parameters

message String requiredposition: 0
targetId String requiredposition: 1
expectedVersion String requiredposition: 2
actualVersion String requiredposition: 3
report TranslationReport requiredposition: 4

Properties