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
Show file Open project: GibraltarSoftware/Loupe.Agent.Core

Public Methods

Method Description
WebChannelFileNotFoundException ( string message, Exception innerException, Uri requestUri ) : System

Create a new file not found exception

Method Details

WebChannelFileNotFoundException() public method

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