Search Results for

    Show / Hide Table of Contents

    Class FileTypeDefinitionNotFoundException

    Exception thrown by the IFileTypeManager implementation when a required file type definition could not be located.

    Inheritance
    object
    Exception
    FileTypeSupportException
    FileTypeDefinitionNotFoundException
    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)
    object.ReferenceEquals(object, object)
    object.MemberwiseClone()
    Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public class FileTypeDefinitionNotFoundException : FileTypeSupportException, ISerializable, _Exception
    Remarks

    The id of the required file type definition can be accessed through the FileTypeDefinitionId property.

    Constructors

    FileTypeDefinitionNotFoundException()

    Default constructor - creates an uninitialized object.

    Declaration
    public FileTypeDefinitionNotFoundException()

    FileTypeDefinitionNotFoundException(SerializationInfo, StreamingContext)

    Protected constructor used in serialization.

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

    FileTypeDefinitionNotFoundException(string, FileTypeDefinitionId)

    Construct from message and file type definition id.

    Declaration
    public FileTypeDefinitionNotFoundException(string message, FileTypeDefinitionId id)
    Parameters
    Type Name Description
    string message
    FileTypeDefinitionId id

    FileTypeDefinitionNotFoundException(string, FileTypeDefinitionId, Exception)

    Construct from inner exception and file type definition id.

    Declaration
    public FileTypeDefinitionNotFoundException(string message, FileTypeDefinitionId id, Exception inner)
    Parameters
    Type Name Description
    string message
    FileTypeDefinitionId id
    Exception inner

    Properties

    FileTypeDefinitionId

    Id of the file type definition that could not be located

    Declaration
    public FileTypeDefinitionId FileTypeDefinitionId { get; set; }
    Property Value
    Type Description
    FileTypeDefinitionId

    Methods

    Equals(object)

    Also compares the file type definition id.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    GetHashCode()

    The hash code includes the file type definition id.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()

    Implements

    ISerializable
    _Exception
    In this article
    • Constructors
      • FileTypeDefinitionNotFoundException()
      • FileTypeDefinitionNotFoundException(SerializationInfo, StreamingContext)
      • FileTypeDefinitionNotFoundException(string, FileTypeDefinitionId)
      • FileTypeDefinitionNotFoundException(string, FileTypeDefinitionId, Exception)
    • Properties
      • FileTypeDefinitionId
    • Methods
      • Equals(object)
      • GetHashCode()
    • Implements
    Back to top Generated by DocFX