public ErrorElement(
ElementType typeOfElement,
Exception exception
)
Public Sub New (
typeOfElement As ElementType,
exception As Exception
)
public:
ErrorElement(
ElementType typeOfElement,
Exception^ exception
)
Gemstone.PQDIF.Physical.ErrorElement = function(typeOfElement, exception);