Share via


DeploymentContributorEventArgs Constructor

Initializes a new instance of the DeploymentContributorEventArgs class by using the provided error message.

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

Syntax

'Declaration
Public Sub New ( _
    message As DataSchemaError _
)
public DeploymentContributorEventArgs(
    DataSchemaError message
)
public:
DeploymentContributorEventArgs(
    DataSchemaError^ message
)
new : 
        message:DataSchemaError -> DeploymentContributorEventArgs
public function DeploymentContributorEventArgs(
    message : DataSchemaError
)

Parameters

.NET Framework Security

See Also

Reference

DeploymentContributorEventArgs Class

Microsoft.Data.Schema.Build Namespace