'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.