Share via


DeploymentFailedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the DeploymentFailedException class.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

DeploymentFailedException Class

DeploymentFailedException Overload

Microsoft.Data.Schema.Build Namespace