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

Inheritance: RestExceptionBase
显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Methods

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

Method Details

RestStatusException() public method

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

RestStatusException() public method

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