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. |
A new exception.