RingCentral.Http.ApiException.ApiException C# (CSharp) Method

ApiException() public method

public ApiException ( string message, ApiResponse response ) : System
message string
response ApiResponse
return System
        public ApiException(string message, ApiResponse response)
            : base(message)
        {
            Response = response;
        }
ApiException