Class ObjectDoesNotExistException
Thrown when the requested object does not exist.
Inheritance
Object
Exception
SystemException
InvalidOperationException
ObjectDoesNotExistException
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 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. |
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception