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
.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
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 |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
NotBilingualFileTypeException(String)
Construct from a message
Declaration
public NotBilingualFileTypeException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
NotBilingualFileTypeException(String, Exception)
Construct from a message and an inner exception
Declaration
public NotBilingualFileTypeException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
System.Exception | inner |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception