ComputeClusterException Constructor (String, Exception, Int32, Int32, String)
Creates an instance of the ComputeClusterException class.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
Public Sub New ( _
message As String, _
inner As Exception, _
jobId As Integer, _
taskId As Integer, _
nodeName As String _
)
public ComputeClusterException (
string message,
Exception inner,
int jobId,
int taskId,
string nodeName
)
public:
ComputeClusterException (
String^ message,
Exception^ inner,
int jobId,
int taskId,
String^ nodeName
)
public ComputeClusterException (
String message,
Exception inner,
int jobId,
int taskId,
String nodeName
)
public function ComputeClusterException (
message : String,
inner : Exception,
jobId : int,
taskId : int,
nodeName : String
)
Parameters
- message
The description of the exception.
- inner
- jobId
The identifier of the job that was running when the exception occurred.
- taskId
The identifier of the task that was running when the exception occurred.
- nodeName
The name of the node on which the exception occurred.
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