Share via


NotInitializedException constructor

Initializes a new instance of the NotInitializedException 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 NotInitializedException(info, context)
protected NotInitializedException(
    SerializationInfo info,
    StreamingContext context
)

Parameters

See also

Reference

NotInitializedException class

NotInitializedException members

Microsoft.Lync.Model namespace