C# Class Jellyfish.Commands.Http.ServiceInvalidOperationException

Inheritance: System.SystemException
Mostra file Open project: Zenasoft/Jellyfish.Commands

Public Methods

Method Description
ServiceInvalidOperationException ( ) : System
ServiceInvalidOperationException ( string message ) : System
ServiceInvalidOperationException ( string message, Exception innerException ) : System
ServiceInvalidOperationException ( string v, HttpRequestMessage request, HttpResponseMessage response ) : System

Method Details

ServiceInvalidOperationException() public method

public ServiceInvalidOperationException ( ) : System
return System

ServiceInvalidOperationException() public method

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

ServiceInvalidOperationException() public method

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

ServiceInvalidOperationException() public method

public ServiceInvalidOperationException ( string v, HttpRequestMessage request, HttpResponseMessage response ) : System
v string
request System.Net.Http.HttpRequestMessage
response System.Net.Http.HttpResponseMessage
return System