HostItemChangeFailedException Constructor (String)

Initializes a new instance of the HostItemChangeFailedException class, specifying a message that describes the error.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

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

Dim instance As New HostItemChangeFailedException(message)
public HostItemChangeFailedException(
    string message
)
public:
HostItemChangeFailedException(
    String^ message
)
public function HostItemChangeFailedException(
    message : String
)

Parameters

  • message
    Type: System.String

    The message that describes the error. The caller of this constructor must ensure that this string is localized for the current system culture.

.NET Framework Security

See Also

Reference

HostItemChangeFailedException Class

HostItemChangeFailedException Members

HostItemChangeFailedException Overload

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace