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

Inheritance: RestExceptionBase
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
RestResponseException ( string message ) : System
RestResponseException ( string message, Exception innerException ) : System

Method Details

RestResponseException() public méthode

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

RestResponseException() public méthode

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