Click or drag to resize

TypeInfoAddExceptionData(Exception, IDbCommand) Method

Adds information about an Object to an Exception that is being thrown.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public static void AddExceptionData(
	Exception? ex,
	IDbCommand? command
)

Parameters

ex  Exception
The Exception being thrown.
command  IDbCommand
The IDbCommand being executed.
See Also