C# Class withSIX.Core.Applications.Infrastructure.RestResponseException

Inheritance: RestExceptionBase
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
RestResponseException ( string message ) : System
RestResponseException ( string message, Exception innerException ) : System

Method Details

RestResponseException() public method

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

RestResponseException() public method

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