Search Results for

    Show / Hide Table of Contents

    Class SubContentProcessorDoesNotExistException

    This exception is thrown when a subcontent FileTypeDefinition cannot be found during processing

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

    Constructors

    SubContentProcessorDoesNotExistException(string)

    Constructor taking message for exception

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

    Implements

    ISerializable
    _Exception
    In this article
    • Constructors
      • SubContentProcessorDoesNotExistException(string)
    • Implements
    Back to top Generated by DocFX