Class RosBagException
Exception for when RosBag is corrupt or missing fields
Inheritance
System.Object
RosBagException
Namespace: RosNet
Assembly: RosNet.dll
Syntax
public class RosBagException : Exception
Constructors
| Improve this Doc View SourceRosBagException(String)
Declaration
public RosBagException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
RosBagException(String, Exception)
Declaration
public RosBagException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | inner |