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.
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
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 |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
UnknownFileTypeDefinitionException(string)
Constructs from a message
Declaration
public UnknownFileTypeDefinitionException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
UnknownFileTypeDefinitionException(string, Exception)
Constructs from a message and an inner exception
Declaration
public UnknownFileTypeDefinitionException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | inner |