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