ObjectAlreadyExistsException Properties

Include Protected Members
Include Inherited Members

The ObjectAlreadyExistsException type exposes the following members.

Properties

  Name Description
Public property Data (Inherited from Exception.)
Public property DmfExceptionType Gets a DmfExceptionType object that describest the type of the exception. (Overrides DmfException.DmfExceptionType.)
Public property HelpLink Gets the help link for the exception. (Inherited from DmfException.)
Protected property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message Gets the system-generated message associated with the exception. (Overrides Exception.Message.)
Public property ObjectName Gets the name of the object that already exists.
Public property ObjectType Gets the type of object that already exists.
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)

Top