C# Class Microsoft.R.Components.PackageManager.RPackageManagerException

Inheritance: System.Exception
显示文件 Open project: Microsoft/RTVS

Public Methods

Method Description
RPackageManagerException ( string message, Exception innerException = null ) : System

Method Details

RPackageManagerException() public method

public RPackageManagerException ( string message, Exception innerException = null ) : System
message string
innerException System.Exception
return System