Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / EplClientCallBack Class / ProvideFault Method

In This Topic
    ProvideFault Method
    In This Topic
    ProvideFault. This is a trivial implementation that converts Exception to FaultException.
    Syntax
    public void ProvideFault( 
       Exception error,
       MessageVersion ver,
       ref Message msg
    )
    public:
    void ProvideFault( 
       Exception^ error,
       MessageVersion^ ver,
       Message^% msg
    ) 

    Parameters

    error
    ver
    msg
    See Also