DependenciesMissingException Constructor (SerializationInfo, StreamingContext)
Creates a new instance of the DependenciesMissingException class.
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.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 DependenciesMissingException(info, context)
protected DependenciesMissingException(
SerializationInfo info,
StreamingContext context
)
protected:
DependenciesMissingException(
SerializationInfo^ info,
StreamingContext context
)
protected function DependenciesMissingException(
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
A SerializationInfo object that contains the serialization information for the exception.
- context
Type: System.Runtime.Serialization.StreamingContext
A StreamingContext object that contains the contextual information for the info object.
Permissions
- 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
DependenciesMissingException Class