Share via


NotReadyException constructor

Initializes a new instance of the NotReadyException class with serialized data.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.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 NotReadyException(info, context)
protected NotReadyException(
    SerializationInfo info,
    StreamingContext context
)

Parameters

See also

Reference

NotReadyException class

NotReadyException members

Microsoft.Lync.Model namespace