Ads API .NET library
|
Custom exception class for handling reporting errors. More...
Public Member Functions | |
AdWordsReportsException () | |
Public constructor. More... | |
AdWordsReportsException (string apiVersion) | |
Public constructor. More... | |
AdWordsReportsException (string apiVersion, string message) | |
Public constructor. More... | |
AdWordsReportsException (string apiVersion, string message, Exception innerException) | |
Public constructor. More... | |
override void | GetObjectData (SerializationInfo info, StreamingContext context) |
This method is called by serialization frameworks while serializing an exception object. More... | |
![]() | |
AdsReportsException () | |
Public constructor. More... | |
AdsReportsException (string message) | |
Public constructor. More... | |
AdsReportsException (string message, Exception innerException) | |
Public constructor. More... | |
override void | GetObjectData (SerializationInfo info, StreamingContext context) |
This method is called by serialization frameworks while serializing an exception object. More... | |
Protected Member Functions | |
AdWordsReportsException (SerializationInfo info, StreamingContext context) | |
Protected constructor. Used by serialization frameworks while deserializing an exception object. 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... | |
Properties | |
ReportDownloadError[] | Errors [get, set] |
Gets or sets the errors. More... | |
string | ApiVersion [get, set] |
Gets or sets the API version. More... | |
override string | Message [get] |
Gets a message that describes the current exception. More... | |
Custom exception class for handling reporting errors.
|
inline |
Public constructor.
|
inline |
Public constructor.
apiVersion | The API Version. |
|
inline |
Public constructor.
message | Error message for this API exception. |
apiVersion | The API Version. |
|
inline |
Public constructor.
apiVersion | The API Version. |
message | Error message for this API exception. |
innerException | Inner exception, if any. |
|
inlineprotected |
Protected constructor. Used by serialization frameworks while deserializing an exception object.
info | Info about the serialization context. |
context | A streaming context that represents the serialization stream. |
|
inline |
This method is called by serialization frameworks while serializing an exception object.
info | Info about the serialization context. |
context | A streaming context that represents the serialization stream. |
|
getset |
Gets or sets the API version.
|
getset |
Gets or sets the errors.
|
get |
Gets a message that describes the current exception.