API Reference

Class

GoogleWorkspaceExportException

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

Export failure that preserves the translation report collected before the operation failed.

Inheritance

  • Exception
  • GoogleWorkspaceExportException

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public GoogleWorkspaceExportException(String message, GoogleWorkspaceFailureKind failureKind, TranslationReport report, Exception innerException) #

Parameters

message String requiredposition: 0
failureKind GoogleWorkspaceFailureKind requiredposition: 1
report TranslationReport requiredposition: 2
innerException Exception requiredposition: 3

Properties

public GoogleWorkspaceFailureKind FailureKind { get; } #

Extension Methods

public static IReadOnlyList<GoogleWorkspaceDiagnosticEntry> ToDiagnosticEntries(GoogleWorkspaceExportException exception) #
Returns: IReadOnlyList<GoogleWorkspaceDiagnosticEntry>

Parameters

exception GoogleWorkspaceExportException requiredposition: 0