Search Results for

    Show / Hide Table of Contents

    Class ObjectNotSavedException

    Thrown when an object should be saved before performing a specific operation.

    Inheritance
    object
    Exception
    SystemException
    InvalidOperationException
    ObjectNotSavedException
    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 ObjectNotSavedException : InvalidOperationException, ISerializable, _Exception

    Constructors

    ObjectNotSavedException()

    Default constructor.

    Declaration
    public ObjectNotSavedException()

    ObjectNotSavedException(SerializationInfo, StreamingContext)

    Constructor for serialization.

    Declaration
    protected ObjectNotSavedException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context

    ObjectNotSavedException(string)

    Constructor with error message.

    Declaration
    public ObjectNotSavedException(string message)
    Parameters
    Type Name Description
    string message

    The error message.

    ObjectNotSavedException(string, Exception)

    Constructor with error message and inner exception.

    Declaration
    public ObjectNotSavedException(string message, Exception inner)
    Parameters
    Type Name Description
    string message

    The error message.

    Exception inner

    Inner exception.

    Implements

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