C# Class JsonFx.JsonRpc.InvalidMethodException

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

Méthodes publiques

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

Method Details

InvalidMethodException() public méthode

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

InvalidMethodException() public méthode

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