PTZErrorEventArgs Constructor |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public PTZErrorEventArgs(
string innerException
)
Public Sub New (
innerException As String
)
public:
PTZErrorEventArgs(
String^ innerException
)
new :
innerException : string -> PTZErrorEventArgs
Parameters
- innerException
- Type: SystemString
See Also