CameoSdkException(String, Exception) Constructor |  |
Constructor.
Namespace: Bosch.Vms.CameoSdkAssembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntaxpublic CameoSdkException(
string message,
Exception innerException
)
Parameters
- message String
- Exception message.
- innerException Exception
- Inner exception.
See Also