Click or drag to resize

RadPdfPdfProcessingParserExceptionShowFriendlyMessage Property

Gets or sets a value indicating whether a RadPdfPdfProcessingParserException should show a friendly error message to client when uploaded data can not be parsed or is not a valid PDF file.

Namespace:  RadPdf.Exceptions
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool ShowFriendlyMessage { get; set; }

Property Value

Type: Boolean
true if a RadPdfPdfProcessingException will show the client the "AlertUploadErrorParser" message; otherwise false to show the client a generic server error. The default is true.
Remarks

This property only has effect when ThrownByHttpHandler is true (meaning the exception was thrown by the RAD PDF HttpHandler) and set in a PdfIntegrationProvider.OnHttpHandlerException implementation.

See Also