Opc.Ua.Core
OnResponseFaultSent Method



Opc.Ua Namespace > EndpointBase Class : OnResponseFaultSent Method
The fault.
Called when a response fault sent via the endpoint.
Syntax
'Declaration
 
Protected Overridable Sub OnResponseFaultSent( _
   ByVal fault As Exception _
) 
'Usage
 
Dim instance As EndpointBase
Dim fault As Exception
 
instance.OnResponseFaultSent(fault)
protected virtual void OnResponseFaultSent( 
   Exception fault
)
protected:
virtual void OnResponseFaultSent( 
   Exception^ fault
) 

Parameters

fault
The fault.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EndpointBase Class
EndpointBase Members