Opc.Ua.Core
CreateFault Method



Opc.Ua Namespace > EndpointBase Class : CreateFault Method
The request.
The exception.
Creates a fault message.
Syntax
'Declaration
 
Public Shared Function CreateFault( _
   ByVal request As IServiceRequest, _
   ByVal exception As Exception _
) As ServiceFault
'Usage
 
Dim request As IServiceRequest
Dim exception As Exception
Dim value As ServiceFault
 
value = EndpointBase.CreateFault(request, exception)
public static ServiceFault CreateFault( 
   IServiceRequest request,
   Exception exception
)
public:
static ServiceFault^ CreateFault( 
   IServiceRequest^ request,
   Exception^ 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