Show / Hide Table of Contents

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 Source

RosBagException(String)

Declaration
public RosBagException(string message)
Parameters
Type Name Description
System.String message
| Improve this Doc View Source

RosBagException(String, Exception)

Declaration
public RosBagException(string message, Exception inner)
Parameters
Type Name Description
System.String message
Exception inner
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX