Click or drag to resize

AuditTrailExportSdkException Constructor

Creates new instance of AuditTrailExportSdkException class.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public AuditTrailExportSdkException(
	string message,
	AuditTrailFaultCode faultCode
)

Parameters

message  String
A message containing more details about the exception.
faultCode  AuditTrailFaultCode
This value indicates the reason for the exception.
See Also