Search Results for

    Show / Hide Table of Contents

    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

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