Class ObjectDoesNotExistException
Thrown when the requested object does not exist.
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class ObjectDoesNotExistException : InvalidOperationException, ISerializable, _Exception
Constructors
ObjectDoesNotExistException()
Default constructor.
Declaration
public ObjectDoesNotExistException()
ObjectDoesNotExistException(SerializationInfo, StreamingContext)
Constructor for serialization.
Declaration
protected ObjectDoesNotExistException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
ObjectDoesNotExistException(string)
Constructor with error message.
Declaration
public ObjectDoesNotExistException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
ObjectDoesNotExistException(string, Exception)
Constructor with error message and inner exception.
Declaration
public ObjectDoesNotExistException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |
Exception | inner | Inner exception. |