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

Inheritance: System.Exception
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Protected Methods

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

Method Details

RestExceptionBase() protected method

protected RestExceptionBase ( string message ) : System
message string
return System

RestExceptionBase() protected method

protected RestExceptionBase ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System