C# Class EdjCase.JsonRpc.Client.RpcClientUnknownException

Exception for all unknown exceptions that were thrown by the client
Inheritance: RpcClientException
Afficher le fichier Open project: edjCase/JsonRpc

Méthodes publiques

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

Method Details

RpcClientUnknownException() public méthode

public RpcClientUnknownException ( string message ) : System
message string Error message
Résultat System

RpcClientUnknownException() public méthode

public RpcClientUnknownException ( string message, Exception innerException ) : System
message string Error message
innerException System.Exception Inner exception
Résultat System