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

exception class thrown when we encounter an access denied (HttpSTatusCode.Forbidden) when accessing a server
Наследование: GDataRequestException
Показать файл Открыть проект Примеры использования класса

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

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

constructs a forbidden exception

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

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

constructs a forbidden exception
public GDataForbiddenException ( 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