Ads API .NET library
|
Represents an exception when trying to upload or download operations for a batch job. More...
Public Member Functions | |
AdWordsBulkRequestException (string jsonErrorText) | |
Initializes a new instance of the AdWordsBulkRequestException class. More... | |
AdWordsBulkRequestException (string message, string jsonErrorText) | |
Initializes a new instance of the AdWordsBulkRequestException class. More... | |
AdWordsBulkRequestException (string message, Exception innerException, string jsonErrorText) | |
Initializes a new instance of the AdWordsBulkRequestException class. More... | |
override void | GetObjectData (SerializationInfo info, StreamingContext context) |
This method is called by serialization frameworks while serializing an exception object. More... | |
![]() | |
AdWordsException () | |
Public constructor. More... | |
AdWordsException (string message) | |
Public constructor. More... | |
AdWordsException (string message, Exception innerException) | |
Public constructor. More... | |
Protected Member Functions | |
AdWordsBulkRequestException (SerializationInfo info, StreamingContext context) | |
Protected constructor. Used by serialization frameworks while deserializing an exception object. More... | |
![]() | |
AdWordsException (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 | |
CloudStorageError | error [get, set] |
Gets or sets the underlying CloudStorageError error. More... | |
Represents an exception when trying to upload or download operations for a batch job.
|
inline |
Initializes a new instance of the AdWordsBulkRequestException class.
jsonErrorText | The JSON error response from the cloud storage server. |
|
inline |
Initializes a new instance of the AdWordsBulkRequestException class.
message | Error message for this API exception. |
jsonErrorText | The JSON error response from the cloud storage server. |
|
inline |
Initializes a new instance of the AdWordsBulkRequestException class.
message | Error message for this API exception. |
innerException | Inner exception, if any. |
jsonErrorText | The JSON error response from the cloud storage server. |
|
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 underlying CloudStorageError error.
Referenced by Google.Api.Ads.AdWords.Util.BatchJob.BulkJobErrorHandler.IsTransientError().