API Reference

Class

OfficeDocumentReadResultSchemaException

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

Describes an unsupported or invalid OfficeIMO document read result schema header.

Inheritance

  • Exception
  • OfficeDocumentReadResultSchemaException

Constructors

public OfficeDocumentReadResultSchemaException(String schemaId, Int32 schemaVersion) #

Creates a schema compatibility exception.

Parameters

schemaId System.String requiredposition: 0
schemaVersion System.Int32 requiredposition: 1

Properties

public String SchemaId { get; } #

Schema identifier found in the payload.

public Int32 SchemaVersion { get; } #

Schema version found in the payload.