C# Class Microsoft.R.Host.Client.BrokerServices.BrokerApiErrorException

Inheritance: System.Exception
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
BrokerApiErrorException ( BrokerApiError error, string message ) : System

Method Details

BrokerApiErrorException() public method

public BrokerApiErrorException ( BrokerApiError error, string message ) : System
error BrokerApiError
message string
return System