PTZErrorEventArgs Constructor |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic PTZErrorEventArgs(
string innerException
)
Public Sub New (
innerException As String
)
public:
PTZErrorEventArgs(
String^ innerException
)
new :
innerException : string -> PTZErrorEventArgs
Parameters
- innerException
- Type: SystemString
See Also