Click or drag to resize
RtspMessage.RtspMessageException Class
Thrown when parsing a RtpMessage fails. The Tag property will usually have the data remnant from the operation.
Inheritance Hierarchy
System.Object
  System.Exception
    Ozeki.Camera.RtspMessage.RtspMessageException

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

The RtspMessage. RtspMessageException type exposes the following members.

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