InProcessHostException Constructor (String)
Initializes a new instance of the InProcessHostException class with a specified error message.
Namespace: Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly: Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New InProcessHostException(message)
public InProcessHostException(
string message
)
public:
InProcessHostException(
String^ message
)
public function InProcessHostException(
message : String
)
Parameters
message
Type: System.StringThe error message that explains the reason for the exception.
.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
InProcessHostException Members
InProcessHostException Overload
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace