Search Results for

    Show / Hide Table of Contents

    Class UnknownFileTypeDefinitionException

    Thrown by the IFileTypeManager implementation when attempting to use a file type definition id that is not part of the file type manager file type definitions.

    Inheritance
    System.Object
    System.Exception
    FileTypeSupportException
    UnknownFileTypeDefinitionException
    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.FileTypeSupport.Framework.IntegrationApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public class UnknownFileTypeDefinitionException : FileTypeSupportException, ISerializable, _Exception

    Constructors

    UnknownFileTypeDefinitionException()

    Default constructor

    Declaration
    public UnknownFileTypeDefinitionException()

    UnknownFileTypeDefinitionException(SerializationInfo, StreamingContext)

    Used in serialization

    Declaration
    protected UnknownFileTypeDefinitionException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context

    UnknownFileTypeDefinitionException(String)

    Constructs from a message

    Declaration
    public UnknownFileTypeDefinitionException(string message)
    Parameters
    Type Name Description
    System.String message

    UnknownFileTypeDefinitionException(String, Exception)

    Constructs from a message and an inner exception

    Declaration
    public UnknownFileTypeDefinitionException(string message, Exception inner)
    Parameters
    Type Name Description
    System.String message
    System.Exception inner

    Implements

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

    On this page

    • Constructors
      • UnknownFileTypeDefinitionException()
      • UnknownFileTypeDefinitionException(SerializationInfo, StreamingContext)
      • UnknownFileTypeDefinitionException(String)
      • UnknownFileTypeDefinitionException(String, Exception)
    • Implements
    Back to top Generated by DocFX