The exception that is thrown when the reading or saving operation failed due to parsing error.
Namespace: Autodesk.Revit.Exceptions
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
 Syntax
Syntax
| C# | 
|---|
| [SerializableAttribute] public class InvalidDataStreamException : IOException | 
| Visual Basic | 
|---|
| <SerializableAttribute> _ Public Class InvalidDataStreamException _ Inherits IOException | 
| Visual C++ | 
|---|
| [SerializableAttribute] public ref class InvalidDataStreamException : public IOException | 
 Inheritance Hierarchy
Inheritance Hierarchy
System..::..Object
System..::..Exception
Autodesk.Revit.Exceptions..::..ApplicationException
Autodesk.Revit.Exceptions..::..IOException
Autodesk.Revit.Exceptions..::..InvalidDataStreamException
System..::..Exception
Autodesk.Revit.Exceptions..::..ApplicationException
Autodesk.Revit.Exceptions..::..IOException
Autodesk.Revit.Exceptions..::..InvalidDataStreamException