Search Results for

    Show / Hide Table of Contents

    Class LanguageRegistryException

    Inheritance
    object
    Exception
    LanguageRegistryException
    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.LanguageRegistry
    Assembly: Sdl.Core.Globalization.Async.dll
    Syntax
    public class LanguageRegistryException : Exception, ISerializable, _Exception

    Constructors

    LanguageRegistryException()

    Declaration
    public LanguageRegistryException()

    LanguageRegistryException(SerializationInfo, StreamingContext)

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

    LanguageRegistryException(string)

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

    LanguageRegistryException(string, Exception)

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

    Implements

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