BinaryImageParserBaseOnParsingException Method
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.136 -- Release Build+d454dafd53fcce88fce9c0a8ec8597176c30b791
protected virtual void OnParsingException(
Exception ex
)
Protected Overridable Sub OnParsingException (
ex As Exception
)
protected:
virtual void OnParsingException(
Exception^ ex
)
function OnParsingException(ex);
Parameters
- ex Exception
- The Exception that was encountered during parsing.