C# Class JsonFx.JsonRpc.JsonServiceException

Inheritance: System.InvalidOperationException
Afficher le fichier Open project: pocket-playlab/jsonfx-v1 Class Usage Examples

Méthodes publiques

Méthode Description
JsonServiceException ( ) : System
JsonServiceException ( System info, System context ) : System
JsonServiceException ( string message ) : System
JsonServiceException ( string message, Exception innerException ) : System

Method Details

JsonServiceException() public méthode

public JsonServiceException ( ) : System
Résultat System

JsonServiceException() public méthode

public JsonServiceException ( System info, System context ) : System
info System
context System
Résultat System

JsonServiceException() public méthode

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

JsonServiceException() public méthode

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