RecordNotFoundException Constructor

Namespace: BBNCExtensions.API
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public RecordNotFoundException(
	string Message,
	string AddtionalInfo,
	Object BadData,
	Exception innerException = null
)

Parameters

Message
Type: System.String
AddtionalInfo
Type: System.String
BadData
Type: System.Object
innerException (Optional)
Type: System.Exception