Share via


Cluster.ErrorMessage Property

Retrieves a description of the error that occurred when a method or property of the Cluster class failed.

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

Usage

Syntax

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

Property Value

The message that describes the 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

Cluster Class
Cluster Members
Microsoft.ComputeCluster Namespace
Job.ErrorMessage
Task.ErrorMessage