C# Class Gibraltar.Server.Client.WebChannelFileNotFoundException

Thrown by the web channel when the server reports that the file was not found..
Inheritance: Gibraltar.Server.Client.WebChannelException
Afficher le fichier Open project: GibraltarSoftware/Loupe.Agent.Core

Méthodes publiques

Méthode Description
WebChannelFileNotFoundException ( string message, Exception innerException, Uri requestUri ) : System

Create a new file not found exception

Method Details

WebChannelFileNotFoundException() public méthode

Create a new file not found exception
public WebChannelFileNotFoundException ( string message, Exception innerException, Uri requestUri ) : System
message string
innerException Exception
requestUri Uri
Résultat System