Freigeben über


SqlCeLockTimeoutException-Konstruktor

Konstruktor, der die Serialisierung unterstützt.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New SqlCeLockTimeoutException(info, context)
protected SqlCeLockTimeoutException(
    SerializationInfo info,
    StreamingContext context
)
protected:
SqlCeLockTimeoutException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> SqlCeLockTimeoutException
protected function SqlCeLockTimeoutException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameter

Siehe auch

Verweis

SqlCeLockTimeoutException Klasse

System.Data.SqlServerCe-Namespace