Search Results for

    Show / Hide Table of Contents

    Class UnsupportedImportFileFormatException

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

    Inheritance
    object
    Exception
    SystemException
    FormatException
    UnsupportedImportFileFormatException
    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 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

    Implements

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