Click or drag to resize
SqlMapperThrowDataException Method

Note: This API is now obsolete.

Throws a data exception, only used internally

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[ObsoleteAttribute("Intended for internal use only")]
public static void ThrowDataException(
	Exception ex,
	int index,
	IDataReader reader,
	Object value
)

Parameters

ex
Type: SystemException
index
Type: SystemInt32
reader
Type: System.DataIDataReader
value
Type: SystemObject
See Also