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

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

    Declaration

    constructor Create(const AMessage: string; AInnerException: Exception; ALineNumber: Integer; ALinePosition: Integer; const ASourceUri: string); overload;

    Parameters

    Name Type
    AMessage string
    AInnerException Exception
    ALineNumber Integer
    ALinePosition Integer
    ASourceUri string
    See Also