ComputeClusterException Constructor (String, Exception)
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 and a reference to the inner exception that is the cause of this exception.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception _
)
public ComputeClusterException (
string message,
Exception inner
)
public:
ComputeClusterException (
String^ message,
Exception^ inner
)
public ComputeClusterException (
String message,
Exception inner
)
public function ComputeClusterException (
message : String,
inner : Exception
)
Parameters
- message
The description of the exception.
- inner
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