Click or drag to resize
RtspMessageRtspMessageException Class
Thrown when parsing a RtpMessage fails. The Tag property will usually have the data remnant from the operation.
Inheritance Hierarchy
SystemObject
  SystemException
    Ozeki.CameraRtspMessageRtspMessageException

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class RtspMessageException : Exception

The RtspMessageRtspMessageException type exposes the following members.

Constructors
  NameDescription
Public methodRtspMessageRtspMessageException(String)
Initializes a new instance of the RtspMessageRtspMessageException class
Public methodRtspMessageRtspMessageException(String, Exception)
Initializes a new instance of the RtspMessageRtspMessageException class
Public methodRtspMessageRtspMessageException(String, Exception, RtspMessage, Object)
Initializes a new instance of the RtspMessageRtspMessageException class
Top
Fields
  NameDescription
Public fieldRtspMessage
Public fieldTag
Top
See Also