Class FileTypeSupportException
Base class for exceptions thrown by the file type support framework
Inheritance
FileTypeSupportException
Inherited Members
Namespace: SdlSdl.FileTypeSupportFramework
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public class FileTypeSupportException : Exception, ISerializable, _Exception
Constructors
FileTypeSupportException()
Default constructor, create an empty exception.
Declaration
public FileTypeSupportException()
FileTypeSupportException(SerializationInfo, StreamingContext)
Protected constructor used during serialization.
Declaration
protected FileTypeSupportException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
FileTypeSupportException(string)
Create an exception from a message string.
Declaration
public FileTypeSupportException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
FileTypeSupportException(string, Exception)
Create an exception from a message and an inner exception.
Declaration
public FileTypeSupportException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | inner |