C# Class JsonFx.JsonRpc.JsonServiceException

Inheritance: System.InvalidOperationException
Datei anzeigen Open project: pocket-playlab/jsonfx-v1 Class Usage Examples

Public Methods

Method Description
JsonServiceException ( ) : System
JsonServiceException ( System info, System context ) : System
JsonServiceException ( string message ) : System
JsonServiceException ( string message, Exception innerException ) : System

Method Details

JsonServiceException() public method

public JsonServiceException ( ) : System
return System

JsonServiceException() public method

public JsonServiceException ( System info, System context ) : System
info System
context System
return System

JsonServiceException() public method

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

JsonServiceException() public method

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