Search Results for

    Show / Hide Table of Contents

    Class TranslationModelException

    Inheritance
    object
    Exception
    TranslationModelException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    Exception.SerializeObjectState
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.FineGrainedAlignment
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public class TranslationModelException : Exception, ISerializable

    Constructors

    TranslationModelException()

    Declaration
    public TranslationModelException()

    TranslationModelException(SerializationInfo, StreamingContext)

    Declaration
    protected TranslationModelException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context

    TranslationModelException(string)

    Declaration
    public TranslationModelException(string msg)
    Parameters
    Type Name Description
    string msg

    TranslationModelException(string, Exception)

    Declaration
    public TranslationModelException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message
    Exception innerException

    Implements

    ISerializable
    In this article
    • Constructors
      • TranslationModelException()
      • TranslationModelException(SerializationInfo, StreamingContext)
      • TranslationModelException(string)
      • TranslationModelException(string, Exception)
    • Implements
    Back to top Generated by DocFX