Class UnsupportedExportFileFormatException
The exception class to be used when there is an unsupported export type
Inherited Members
Namespace: Sdl.Terminology.TerminologyProvider.Core.Exceptions
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public class UnsupportedExportFileFormatException : FormatException, ISerializable, _Exception
Constructors
UnsupportedExportFileFormatException(TerminologyExportType)
UnsupportedExportFileFormatException constructor
Declaration
public UnsupportedExportFileFormatException(TerminologyExportType terminologyExportType)
Parameters
| Type | Name | Description |
|---|---|---|
| TerminologyExportType | terminologyExportType | The unsupported export type. |
UnsupportedExportFileFormatException(TerminologyExportType, Exception)
UnsupportedExportFileFormatException constructor
Declaration
public UnsupportedExportFileFormatException(TerminologyExportType terminologyExportType, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| TerminologyExportType | terminologyExportType | The unsupported export type. |
| Exception | innerException | The inner exception. |
UnsupportedExportFileFormatException(string, TerminologyExportType, Exception)
UnsupportedExportFileFormatException constructor
Declaration
public UnsupportedExportFileFormatException(string message, TerminologyExportType terminologyExportType, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The exception message. |
| TerminologyExportType | terminologyExportType | The unsupported export type. |
| Exception | innerException | The inner exception. |
Properties
TerminologyExportType
Declaration
public TerminologyExportType TerminologyExportType { get; }
Property Value
| Type | Description |
|---|---|
| TerminologyExportType |