Show / Hide Table of Contents

    Class InvalidHandleException

    Thrown when retrieving a Handle's object from the database, but the object does not exist in the database.

    Inheritance
    object
    Exception
    ApplicationException
    InvalidHandleException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.ToString()
    Exception.GetType()
    Exception.TargetSite
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.StackTrace
    Exception.SerializeObjectState
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: DesignData.SDS2.Exceptions
    Assembly: DesignData.SDS2.Exceptions.dll
    Syntax
    public class InvalidHandleException : ApplicationException, ISerializable

    Constructors

    InvalidHandleException(string)

    Thrown when retrieving a Handle's object from the database, but the object does not exist in the database.

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

    Implements

    ISerializable
    Back to top