Click or drag to resize

TypeInfoAddExceptionData(Object, 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(
	Object obj,
	Exception ex,
	IDbCommand command
)

Parameters

obj  Object
The Object affected by the Exception.
ex  Exception
The Exception being thrown.
command  IDbCommand
The IDbCommand being executed.
See Also