RemoteToolFrameworkException Constructor (Compact 7)

3/12/2014

Constructs a RemoteToolFrameworkException object.

Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)

Syntax

public RemoteToolFrameworkException (
    string message
)
'Declaration
Public Sub New ( _
    message As String _
)

Parameters

  • message
    A string that contains the details of an exception that you want to display.

See Also

Reference

RemoteToolFrameworkException Class
RemoteToolFrameworkException Members
Microsoft.RemoteToolSdk.PluginComponents Namespace