Inspector that deserializes SOAP faults into AdsExceptions and rethrows them.
More...
|
| Type | ErrorType [get, set] |
| | Gets or sets the type to deserialize faults into. More...
|
| |
Inspector that deserializes SOAP faults into AdsExceptions and rethrows them.
- Template Parameters
-
| void Google.Api.Ads.Common.Lib.SoapFaultInspector< TException >.AfterReceiveReply |
( |
ref Message |
reply, |
|
|
object |
correlationState |
|
) |
| |
|
inline |
Throws an AdsException if the response was a SOAP fault.
- Parameters
-
| reply | The response Message |
| correlationState | The correlation state returned by BeforeSendRequest |
| object Google.Api.Ads.Common.Lib.SoapFaultInspector< TException >.BeforeSendRequest |
( |
ref Message |
request, |
|
|
IClientChannel |
channel |
|
) |
| |
|
inline |
A no-op for this inspector.
- Parameters
-
| request | The request to perform actions with |
| channel | The channel to the SOAP service |
| Type Google.Api.Ads.Common.Lib.SoapFaultInspector< TException >.ErrorType |
|
getset |
Gets or sets the type to deserialize faults into.
The documentation for this class was generated from the following file: