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
- info
Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo that holds the serialized object data about the exception that is thrown.
- context
Type: System.Runtime.Serialization.StreamingContext
The StreamingContext that contains contextual information about the source or destination.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseProjectPropertySetFailedException Class
DatabaseProjectPropertySetFailedException Overload
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace