RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ERemotableException.Create Constructor ()

Creates and initializes an instance of ERemotableException.

Pascal
constructor Create; virtual; overload;
constructor Create(const Msg: string; const AFaultCode: InvString = ''; const AFaultActor: InvString = ''); virtual; overload;
C++
virtual __fastcall ERemotableException();
virtual __fastcall ERemotableException(const AnsiString Msg, const InvString AFaultCode = '', const InvString AFaultActor = '');

Create generates an ERemotableException object.  

Msg is the error message associated with the exception. It becomes the value of the Message property.  

AFaultCode indicates where the fault that gave rise to the exception was encountered. It becomes the value of the FaultCode property.  

AFaultActor indicates the agent that gave rise to the fault. It becomes the value of the FaultActor property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!