LegacyRenderPackageMethodException
Exception used to catch usage of Legacy IRenderPackage color APIs
using System;
namespace Autodesk.DesignScript.Interfaces
{
public class LegacyRenderPackageMethodException : Exception
{
}
}