C# Class RingCentral.Http.ApiException

Inheritance: System.Exception
显示文件 Open project: ringcentral/ringcentral-csharp

Public Methods

Method Description
ApiException ( string message, ApiResponse response ) : System

Method Details

ApiException() public method

public ApiException ( string message, ApiResponse response ) : System
message string
response ApiResponse
return System