Create a reader exception.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ReaderException( Exception innerException )
Public Sub New ( _ innerException As Exception _ )
public: ReaderException( Exception^ innerException )
Parameters
- innerException (Exception)