WebServiceResponseUtility.CreateWebServiceException method

Creates an exception for the specified response.

public static WebServiceException CreateWebServiceException(WebServiceResponse response, 
    string? message = null, Exception? innerException = null)
parameter description
response The response.
message The message.
innerException The inner exception.

Return Value

A new exception.

See Also