ArcObjects Library Reference (SystemUtility)  

IErrorDialog.ErrorText Property

property ErrorText.

ERROR: Syntax information about IErrorDialog.ErrorText may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll

[C++]
HRESULT get_ErrorText(
  BSTR* Text
);
[C++]
HRESULT put_ErrorText(
  BSTR Text
);
[C++]

Parameters

Text [out, retval]   Text is a parameter of type BSTR Text [in]   Text is a parameter of type BSTR

See Also

IErrorDialog Interface