Search Results for

    Show / Hide Table of Contents

    Class FileTypeSupportException

    Base class for exceptions thrown by the file type support framework

    Inheritance
    object
    Exception
    FileTypeSupportException
    NotSplittableException
    FileNotSupportedException
    FileTypeDefinitionNotFoundException
    NoDefaultBilingualFileTypeException
    NotBilingualFileTypeException
    OneOrMoreFilesNotSupportedException
    UnknownFileTypeDefinitionException
    ConflictingIdException
    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.FileTypeSupport.Framework
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public class FileTypeSupportException : Exception, ISerializable, _Exception

    Constructors

    FileTypeSupportException()

    Default constructor, create an empty exception.

    Declaration
    public FileTypeSupportException()

    FileTypeSupportException(SerializationInfo, StreamingContext)

    Protected constructor used during serialization.

    Declaration
    protected FileTypeSupportException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context

    FileTypeSupportException(string)

    Create an exception from a message string.

    Declaration
    public FileTypeSupportException(string message)
    Parameters
    Type Name Description
    string message

    FileTypeSupportException(string, Exception)

    Create an exception from a message and an inner exception.

    Declaration
    public FileTypeSupportException(string message, Exception inner)
    Parameters
    Type Name Description
    string message
    Exception inner

    Implements

    ISerializable
    _Exception
    In this article
    • Constructors
      • FileTypeSupportException()
      • FileTypeSupportException(SerializationInfo, StreamingContext)
      • FileTypeSupportException(string)
      • FileTypeSupportException(string, Exception)
    • Implements
    Back to top Generated by DocFX