 | FatalErrorException Constructor |
Initializes a new instance of the UnknownErrorException class.
Namespace: Patagames.Pdf.Net.ExceptionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic FatalErrorException(
Exception innerException
)
Public Sub New (
innerException As Exception
)
public:
FatalErrorException(
Exception^ innerException
)
new :
innerException : Exception -> FatalErrorException
public FatalErrorException(
Exception innerException
)
Patagames.Pdf.Net.Exceptions.FatalErrorException = function(innerException);
Parameters
- innerException Exception
- The exception that is the cause of the current exception.
See Also