Opc.Ua.Core
CreateSoapFault Method



Opc.Ua Namespace > EndpointBase Class : CreateSoapFault Method
The request.
The exception.
Creates a fault message.
Syntax
'Declaration
 
Public Shared Function CreateSoapFault( _
   ByVal request As IServiceRequest, _
   ByVal exception As Exception _
) As Exception
 
'Usage
 
Dim request As IServiceRequest
Dim exception As Exception
Dim value As Exception
 
value = EndpointBase.CreateSoapFault(request, exception)

Parameters

request
The request.
exception
The exception.

Return Value

A fault message.
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