Class UnsupportedExportFileFormatException
The exception class to be used when there is an unsupported export type
Inheritance
Object
Exception
SystemException
FormatException
UnsupportedExportFileFormatException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
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
The exception class to be used when there is an unsupported export type
Declaration
public TerminologyExportType TerminologyExportType { get; }
Property Value
Type | Description |
---|---|
TerminologyExportType |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception