public static Exception CreateSoapFault( IServiceRequest request, Exception exception )
public: static Exception^ CreateSoapFault( IServiceRequest^ request, Exception^ exception )
'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.