C# Class JsonFx.JsonRpc.InvalidParamsException

Inheritance: JsonServiceException
Afficher le fichier Open project: pocket-playlab/jsonfx-v1

Méthodes publiques

Méthode Description
InvalidParamsException ( string message ) : System
InvalidParamsException ( string message, Exception innerException ) : System

Method Details

InvalidParamsException() public méthode

public InvalidParamsException ( string message ) : System
message string
Résultat System

InvalidParamsException() public méthode

public InvalidParamsException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System