Class NotBilingualFileTypeException
Exception thrown when attempting to set a default bilingual file type
to a file type for which IsBilingualDocumentFileType is not set to true
.
Inherited Members
Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public class NotBilingualFileTypeException : FileTypeSupportException, ISerializable, _Exception
Constructors
NotBilingualFileTypeException()
Default constructor
Declaration
public NotBilingualFileTypeException()
NotBilingualFileTypeException(SerializationInfo, StreamingContext)
Protected constructor used in serialization
Declaration
protected NotBilingualFileTypeException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
NotBilingualFileTypeException(string)
Construct from a message
Declaration
public NotBilingualFileTypeException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
NotBilingualFileTypeException(string, Exception)
Construct from a message and an inner exception
Declaration
public NotBilingualFileTypeException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | inner |