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
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception