RtspMessage.RtspMessageException 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 -> RtspMessageException
Parameters
- message
- Type: System.String
- innerException
- Type: System.Exception
- rtspMessage
- Type: Ozeki.Camera.RtspMessage
- tag
- Type: System.Object
See Also