| RtspMessageRtspMessageException Constructor (String, Exception, RtspMessage, Object) | 
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic RtspMessageException(
	string message,
	Exception innerException,
	RtspMessage rtspMessage,
	Object tag
)
Public Sub New ( 
	message As String,
	innerException As Exception,
	rtspMessage As RtspMessage,
	tag As Object
)
public:
RtspMessageException(
	String^ message, 
	Exception^ innerException, 
	RtspMessage^ rtspMessage, 
	Object^ tag
)
new : 
        message : string * 
        innerException : Exception * 
        rtspMessage : RtspMessage * 
        tag : Object -> RtspMessageExceptionParameters
- message
 - Type: SystemString
 - innerException
 - Type: SystemException
 - rtspMessage
 - Type: Ozeki.CameraRtspMessage
 - tag
 - Type: SystemObject
 
See Also