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.48.0.0 (3.48.0.0)
Syntax public bool ShowFriendlyMessage { get; set; }
Public Property ShowFriendlyMessage As Boolean
Get
Set
Property Value
Type:
Booleantrue 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