Share via


ICluster.ErrorMessage Property

Retrieves a description of the error that occurred when a method of the ICluster interface failed.

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

Usage

Syntax

'Declaration
ReadOnly Property ErrorMessage As String
string ErrorMessage { get; }
property String^ ErrorMessage {
    String^ get ();
}
/** @property */
String get_ErrorMessage ()
function get ErrorMessage () : String

Property Value

The message that describes the method failure.

Remarks

The method always returns the last error that was set.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

ICluster Interface
ICluster Members
Microsoft.ComputeCluster Namespace
IJob.ErrorMessage
ITask.ErrorMessage