3 references to HandlerType
System.Web.DataVisualization (3)
WebForm\General\ChartHttpHandler.cs (3)
1043
this._handlerConstructor = this.
HandlerType
.GetConstructor(
1050
throw new InvalidOperationException( SR.ExceptionHttpHandlerCanNotLoadType( this.
HandlerType
.FullName ));
1054
throw new InvalidOperationException(SR.ExceptionHttpHandlerImageHandlerInterfaceUnsupported(ChartHttpHandler.Settings.
HandlerType
.FullName));