Click or drag to resize
RtspMessage.RtspMessageException 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: System.String
innerException
Type: System.Exception
rtspMessage
Type: Ozeki.Camera.RtspMessage
tag
Type: System.Object
See Also