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.StringThe 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
- 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
HostItemChangeFailedException Class
HostItemChangeFailedException Members
HostItemChangeFailedException Overload
Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace