C# Класс Google.GData.Client.GDataRedirectException

exception class thrown when we encounter a redirect (302 and 307) when accessing a server
Наследование: GDataRequestException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GDataRedirectException ( string msg, WebResponse response ) : System

constructs a redirect execption

Описание методов

GDataRedirectException() публичный Метод

constructs a redirect execption
public GDataRedirectException ( string msg, WebResponse response ) : System
msg string the exception message as a string
response System.Net.WebResponse the webresponse object that caused the exception
Результат System