Class TranslationProviderAuthenticationException
Exception thrown when trying to access an object that has been deleted.
Inheritance
TranslationProviderAuthenticationException
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
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 |