APIException Constructor (String, String, Object, Exception)

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

Parameters

Message
Type: SystemString
AddtionalInfo
Type: SystemString
BadData
Type: SystemObject
innerException (Optional)
Type: SystemException