Interface IError
Interface IError
Pôvodný názov: Aspose.Html.Accessibility Zhromaždenie: Aspose.HTML.dll (25.4.0)
Rozhranie popisuje chybu validácie
[ComVisible(true)]
public interface IError
Properties
ErrorMessage
Oznámenie o chybách alebo upozornení.
string ErrorMessage { get; }
Hodnota nehnuteľnosti
ErrorType
vráti číselnú hodnotu typu chyby
ushort ErrorType { get; }
Hodnota nehnuteľnosti
ErrorTypeName
Prezentácia popis objektu
string ErrorTypeName { get; }
Hodnota nehnuteľnosti
Success
Vráti sa výsledok kritéria.
bool Success { get; }
Hodnota nehnuteľnosti
Target
Vráťte objekt HTML alebo CSS s chybou
Target Target { get; }