Help > Web Development > Object Reference > Object Reference > ISYSError > Text Property
<a name="kanchor384"></a>ISYSError:Text Property
Contains the error text of the generated error.

Syntax
[VBScript]
ReadOnly property ISYSError.Text as string
[C#]
string ISYSError.Text {get;}
[ColdFusion/Java]
java.lang.String ISYSError.Text() throws ComException;