Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • Create(string,string,string,string) Constructor

    Initializes a new instance of the EdxUnableToCreateDBObjectException class with specified settings.

    Declaration

    constructor Create(const AObjectTypeName: string; const AObjectName: string; const AParentObjectName: string; const AErrorMessage: string); overload;

    Parameters

    Name Type
    AObjectTypeName string
    AObjectName string
    AParentObjectName string
    AErrorMessage string
    See Also