 | UnknownErrorException Class |
Represents a fatal runtime error that occurs inside Pdfium SDK.
Inheritance Hierarchy
Namespace:
Patagames.Pdf.Net.Exceptions
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic class UnknownErrorException : PdfiumException
Public Class UnknownErrorException
Inherits PdfiumException
public ref class UnknownErrorException : public PdfiumException
type UnknownErrorException =
class
inherit PdfiumException
end
public class UnknownErrorException extends PdfiumException
Patagames.Pdf.Net.Exceptions.UnknownErrorException = function();
Type.createClass(
'Patagames.Pdf.Net.Exceptions.UnknownErrorException',
Patagames.Pdf.Net.Exceptions.PdfiumException);
Constructors
See Also