Search Results for

    Show / Hide Table of Contents

    Class UnsupportedExportFileFormatException

    The exception class to be used when there is an unsupported export type

    Inheritance
    System.Object
    System.Exception
    System.SystemException
    System.FormatException
    UnsupportedExportFileFormatException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Message
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.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.

    System.Exception innerException

    The inner exception.

    UnsupportedExportFileFormatException(String, TerminologyExportType, Exception)

    UnsupportedExportFileFormatException constructor

    Declaration
    public UnsupportedExportFileFormatException(string message, TerminologyExportType terminologyExportType, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    The exception message.

    TerminologyExportType terminologyExportType

    The unsupported export type.

    System.Exception innerException

    The inner exception.

    Properties

    TerminologyExportType

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

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception

    On this page

    • Constructors
      • UnsupportedExportFileFormatException(TerminologyExportType)
      • UnsupportedExportFileFormatException(TerminologyExportType, Exception)
      • UnsupportedExportFileFormatException(String, TerminologyExportType, Exception)
    • Properties
      • TerminologyExportType
    • Implements
    Back to top Generated by DocFX