Share via


DatabaseProjectPropertySetFailedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the DatabaseProjectPropertySetFailedException class.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected DatabaseProjectPropertySetFailedException(
    SerializationInfo info,
    StreamingContext context
)
protected:
DatabaseProjectPropertySetFailedException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> DatabaseProjectPropertySetFailedException
protected function DatabaseProjectPropertySetFailedException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

.NET Framework Security

See Also

Reference

DatabaseProjectPropertySetFailedException Class

DatabaseProjectPropertySetFailedException Overload

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace