SqlMapperThrowDataException Method |
Note: This API is now obsolete.
Throws a data exception, only used internally
Namespace: DapperAssembly: 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
)
<ObsoleteAttribute("Intended for internal use only")>
Public Shared Sub ThrowDataException (
ex As Exception,
index As Integer,
reader As IDataReader,
value As Object
)
public:
[ObsoleteAttribute(L"Intended for internal use only")]
static void ThrowDataException(
Exception^ ex,
int index,
IDataReader^ reader,
Object^ value
)
[<ObsoleteAttribute("Intended for internal use only")>]
static member ThrowDataException :
ex : Exception *
index : int *
reader : IDataReader *
value : Object -> unit
Parameters
- ex
- Type: SystemException
- index
- Type: SystemInt32
- reader
- Type: System.DataIDataReader
- value
- Type: SystemObject
See Also