ComputeClusterException Constructor (String)

This constructor supports the infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ComputeClusterException class with a specified error message.

Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

Usage

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public ComputeClusterException (
    string message
)
public:
ComputeClusterException (
    String^ message
)
public ComputeClusterException (
    String message
)
public function ComputeClusterException (
    message : String
)

Parameters

  • message
    The description of the exception.

Platforms

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

See Also

Reference

ComputeClusterException Class
ComputeClusterException Members
Microsoft.ComputeCluster Namespace