RadPdfExceptionThrownByHttpHandler Property |
Gets a value indicating whether or not this exception was thrown by the RAD PDF Middleware.
Namespace:
RadPdf.Exceptions
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.0.0)
Syntaxpublic bool ThrownByHttpHandler { get; }
Public ReadOnly Property ThrownByHttpHandler As Boolean
Get
Property Value
Type:
Boolean
Remarks
This property is added for binary compatibility with RAD PDF for the .NET Framework.
It contains the same value as ThrownByMiddleware.
See Also