C# Class Gibraltar.Server.Client.WebChannelMethodNotAllowedException

Inheritance: Gibraltar.Server.Client.WebChannelException
Show file Open project: GibraltarSoftware/Loupe.Agent.Core

Public Methods

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

Method Details

WebChannelMethodNotAllowedException() public method

public WebChannelMethodNotAllowedException ( string message ) : System
message string
return System

WebChannelMethodNotAllowedException() public method

public WebChannelMethodNotAllowedException ( string message, Exception innerException, Uri requestUri ) : System
message string
innerException Exception
requestUri Uri
return System