C# Class TersoSolutions.Jetstream.SDK.Application.JetstreamResponseException

Custom exception class for non HTTP 200 responses from Jetstream
Inheritance: System.Exception
Mostrar archivo Open project: tersosolutions/JetstreamSDK-.NET

Private Methods

Method Description
JetstreamResponseException ( int statusCode, string statusCodeDescription, string request, string response ) : System