Skip to main content

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