C# Class JsonFx.JsonRpc.InvalidParamsException

Inheritance: JsonServiceException
Mostrar archivo Open project: pocket-playlab/jsonfx-v1

Public Methods

Method Description
InvalidParamsException ( string message ) : System
InvalidParamsException ( string message, Exception innerException ) : System

Method Details

InvalidParamsException() public method

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

InvalidParamsException() public method

public InvalidParamsException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System