Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructor that helps in serialization.
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
)
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
The serialization information.
- context
Type: System.Runtime.Serialization.StreamingContext
The streaming context.