Class ObjectDeletedException
Exception thrown when trying to access an object that has been deleted.
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class ObjectDeletedException : InvalidOperationException, ISerializable, _Exception
Constructors
ObjectDeletedException()
Default constructor.
Declaration
public ObjectDeletedException()
ObjectDeletedException(SerializationInfo, StreamingContext)
Constructor for serialization.
Declaration
protected ObjectDeletedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
ObjectDeletedException(string)
Constructor with message.
Declaration
public ObjectDeletedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
ObjectDeletedException(string, Exception)
Constructor with message and inner exception.
Declaration
public ObjectDeletedException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | inner |