Search Results for

    Show / Hide Table of Contents

    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

    Declaration
    public TerminologyExportType TerminologyExportType { get; }
    Property Value
    Type Description
    TerminologyExportType

    Implements

    ISerializable
    _Exception
    In this article
    • Constructors
      • UnsupportedExportFileFormatException(TerminologyExportType)
      • UnsupportedExportFileFormatException(TerminologyExportType, Exception)
      • UnsupportedExportFileFormatException(string, TerminologyExportType, Exception)
    • Properties
      • TerminologyExportType
    • Implements
    Back to top Generated by DocFX