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

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

Méthodes protégées

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

Method Details

RestExceptionBase() protected méthode

protected RestExceptionBase ( string message ) : System
message string
Résultat System

RestExceptionBase() protected méthode

protected RestExceptionBase ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System