Class InvalidHandleException
Thrown when retrieving a Handle's object from the database, but the object does not exist in the database.
Implements
Inherited Members
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 |