Search Results for

    Show / Hide Table of Contents

    Class UnsupportedLanguageException

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

    Constructors

    UnsupportedLanguageException()

    Declaration
    public UnsupportedLanguageException()

    UnsupportedLanguageException(SerializationInfo, StreamingContext)

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

    UnsupportedLanguageException(string)

    Declaration
    public UnsupportedLanguageException(string message)
    Parameters
    Type Name Description
    string message

    UnsupportedLanguageException(string, Exception)

    Declaration
    public UnsupportedLanguageException(string message, Exception inner)
    Parameters
    Type Name Description
    string message
    Exception inner

    Implements

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