Click or drag to resize

RtspMessageRtspMessageException(String, Exception, RtspMessage, Object) Constructor

Initializes a new instance of the RtspMessageRtspMessageException class

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

Parameters

message  String
 
innerException  Exception
 
rtspMessage  RtspMessage
 
tag  Object
 
See Also