Click or drag to resize
RtspMessageRtspMessageException Constructor (String, Exception, RtspMessage, Object)

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public RtspMessageException(
	string message,
	Exception innerException,
	RtspMessage rtspMessage,
	Object tag
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
rtspMessage
Type: Ozeki.CameraRtspMessage
tag
Type: SystemObject
See Also