ProjectUpgradeException Constructor (String)

Initializes a new instance of the ProjectUpgradeException class.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New ProjectUpgradeException(message)
public ProjectUpgradeException(
    string message
)
public:
ProjectUpgradeException(
    String^ message
)
public function ProjectUpgradeException(
    message : String
)
new : 
        message:string -> ProjectUpgradeException

Parameters

.NET Framework Security

See Also

Reference

ProjectUpgradeException Class

ProjectUpgradeException Members

ProjectUpgradeException Overload

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