C# Class SS.Integration.Adapter.Exceptions.ApiException

Inheritance: Exception
Mostrar archivo Open project: sportingsolutions/SS.Integration.Adapter

Public Methods

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

Method Details

ApiException() public method

public ApiException ( ) : System
return System

ApiException() public method

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

ApiException() public method

public ApiException ( string message, Exception innerException ) : System
message string
innerException Exception
return System