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

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

Méthodes publiques

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

Method Details

RestStatusException() public méthode

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

RestStatusException() public méthode

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