RallyUnavailableExceptionErrorMessage Property |
The error message from Rally
Namespace: Rally.RestApi.ExceptionsAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic string ErrorMessage { get; }
Public ReadOnly Property ErrorMessage As String
Get
public:
property String^ ErrorMessage {
String^ get ();
}
member ErrorMessage : string with get
Property Value
Type:
String
See Also