Table of Contents

Class OperationResponseParsingException

Thrown if the response of a google.longrunning API request could not be parsed.

public class OperationResponseParsingException : Exception
Inheritance
object
Exception
OperationResponseParsingException

Fields

DownloadedText

The content downloaded from the request.

public string DownloadedText

Field Value

string

RequestEndpoint

The endpoint of the request.

public Uri RequestEndpoint

Field Value

Uri