Search Results for

    Show / Hide Table of Contents

    Class UnsupportedImportFileFormatException

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

    Inheritance
    System.Object
    System.Exception
    System.SystemException
    System.FormatException
    UnsupportedImportFileFormatException
    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 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.

    System.Exception innerException

    The inner exception.

    UnsupportedImportFileFormatException(String, TerminologyImportType, Exception)

    UnsupportedImportFileFormatException constructor

    Declaration
    public UnsupportedImportFileFormatException(string message, TerminologyImportType terminologyImportType, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    The exception message.

    TerminologyImportType terminologyImportType

    The unsupported import type.

    System.Exception innerException

    The inner exception.

    Properties

    TerminologyImportType

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

    Implements

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

    On this page

    • Constructors
      • UnsupportedImportFileFormatException(TerminologyImportType)
      • UnsupportedImportFileFormatException(TerminologyImportType, Exception)
      • UnsupportedImportFileFormatException(String, TerminologyImportType, Exception)
    • Properties
      • TerminologyImportType
    • Implements
    Back to top Generated by DocFX