C# Class LightNode.Server.MethodNotAllowedException

Inheritance: OperationMissingException
Mostrar archivo Open project: neuecc/LightNode

Public Methods

Method Description
MethodNotAllowedException ( OperationMissingKind kind, string path, string method ) : LightNode.Core

Method Details

MethodNotAllowedException() public method

public MethodNotAllowedException ( OperationMissingKind kind, string path, string method ) : LightNode.Core
kind OperationMissingKind
path string
method string
return LightNode.Core