Search Results for

    Show / Hide Table of Contents

    Class TranslationProviderAuthenticationException

    Exception thrown when trying to access an object that has been deleted.

    Inheritance
    object
    Exception
    SystemException
    InvalidOperationException
    TranslationProviderAuthenticationException
    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.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public class TranslationProviderAuthenticationException : InvalidOperationException, ISerializable, _Exception

    Constructors

    TranslationProviderAuthenticationException()

    Default constructor.

    Declaration
    public TranslationProviderAuthenticationException()

    TranslationProviderAuthenticationException(SerializationInfo, StreamingContext)

    Constructor for serialization.

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

    TranslationProviderAuthenticationException(string)

    Constructor with message.

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

    TranslationProviderAuthenticationException(string, Exception)

    Constructor with message and inner exception.

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

    Implements

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