AutoWebServiceResponse.CreateException method

Creates an exception for the response.

public WebServiceException CreateException(string? message = null, Exception? innerException = null)

Return Value

A new exception for the response.

See Also