Custom exception class for handling reporting errors.
More...
|
| | AdsReportsException (SerializationInfo info, StreamingContext context) |
| | Protected constructor. Used by serialization frameworks while deserializing an exception object. More...
|
| |
| | AdsException () |
| | Protected constructor. More...
|
| |
| | AdsException (string message) |
| | Protected constructor. More...
|
| |
| | AdsException (string message, Exception innerException) |
| | Protected constructor. More...
|
| |
| | AdsException (SerializationInfo info, StreamingContext context) |
| | Protected constructor, used by serialization frameworks while deserializing an exception object. More...
|
| |
| T | GetValue< T > (SerializationInfo info, string fieldName) |
| | Gets a specified field from serialization stream. More...
|
| |
Custom exception class for handling reporting errors.
| Google.Api.Ads.Common.Util.Reports.AdsReportsException.AdsReportsException |
( |
| ) |
|
|
inline |
| Google.Api.Ads.Common.Util.Reports.AdsReportsException.AdsReportsException |
( |
string |
message | ) |
|
|
inline |
Public constructor.
- Parameters
-
| message | Error message for this API exception. |
| Google.Api.Ads.Common.Util.Reports.AdsReportsException.AdsReportsException |
( |
string |
message, |
|
|
Exception |
innerException |
|
) |
| |
|
inline |
Public constructor.
- Parameters
-
| message | Error message for this API exception. |
| innerException | Inner exception, if any. |
| Google.Api.Ads.Common.Util.Reports.AdsReportsException.AdsReportsException |
( |
SerializationInfo |
info, |
|
|
StreamingContext |
context |
|
) |
| |
|
inlineprotected |
Protected constructor. Used by serialization frameworks while deserializing an exception object.
- Parameters
-
| info | Info about the serialization context. |
| context | A streaming context that represents the serialization stream. |
| override void Google.Api.Ads.Common.Util.Reports.AdsReportsException.GetObjectData |
( |
SerializationInfo |
info, |
|
|
StreamingContext |
context |
|
) |
| |
|
inline |
This method is called by serialization frameworks while serializing an exception object.
- Parameters
-
| info | Info about the serialization context. |
| context | A streaming context that represents the serialization stream. |
The documentation for this class was generated from the following file: