C# Класс Gibraltar.Server.Client.WebChannelFileNotFoundException

Thrown by the web channel when the server reports that the file was not found..
Наследование: Gibraltar.Server.Client.WebChannelException
Показать файл Открыть проект

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

Метод Описание
WebChannelFileNotFoundException ( string message, Exception innerException, Uri requestUri ) : System

Create a new file not found exception

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

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

Create a new file not found exception
public WebChannelFileNotFoundException ( string message, Exception innerException, Uri requestUri ) : System
message string
innerException Exception
requestUri Uri
Результат System