RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EDSWriter.ErrorCode Property

Indicates the error code that this exception represents.

Pascal
property ErrorCode: Integer;
C++
__property int ErrorCode;

Use ErrorCode to determine what error gave rise to this exception. ErrorCode is the value passed to the canonical EDSWriter constructor (C++) or Create method (Delphi). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!