AzureError.Message Property
Gets a message describing the error, intended to be suitable for display in a user interface.
Namespace: Microsoft.Azure.Batch
Assembly: Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)
Syntax
public ErrorMessage Message { get; }
public:
property ErrorMessage^ Message {
ErrorMessage^ get();
}
member Message : ErrorMessage with get
Public ReadOnly Property Message As ErrorMessage
Property Value
Type: Microsoft.Azure.Batch.ErrorMessage
See Also
AzureError Class
Microsoft.Azure.Batch Namespace
Return to top