Class GoogleApiException (1.55.0)

 public class GoogleApiException : Exception, ISerializable 

Represents an exception thrown by an API Service.

Inheritance

Object > Exception > GoogleApiException

Implements

ISerializable

Namespace

Google

Assembly

Google.Apis.Core.dll

Constructors

GoogleApiException(String, String)

 public GoogleApiException(string serviceName, string message) 

Creates an API Service exception.

Parameters
Name
Description
serviceName
message

GoogleApiException(String, String, Exception)

 public GoogleApiException(string serviceName, string message, Exception inner) 

Creates an API Service exception.

Parameters
Name
Description
serviceName
message
inner

Properties

Error

 public RequestError Error { get; set; } 

The Error which was returned from the server, or null if unavailable.

Property Value
Type
Description

HttpStatusCode

 public HttpStatusCode HttpStatusCode { get; set; } 

The HTTP status code which was returned along with this error, or 0 if unavailable.

Property Value
Type
Description

ServiceName

 public string ServiceName { get; } 

Gets the service name which related to this exception.

Property Value
Type
Description

Methods

ToString()

 public override string ToString() 

Returns a summary of this exception.

Returns
Type
Description

A summary of this exception.

Overrides

Extension Method

Create a Mobile Website
View Site in Mobile | Classic
Share by: