Freigeben über


ErrorMessage Class

Definition

An error message received in an Azure Batch error response.

public class ErrorMessage
type ErrorMessage = class
Public Class ErrorMessage
Inheritance
ErrorMessage

Constructors

Name Description
ErrorMessage()

Initializes a new instance of the ErrorMessage class.

ErrorMessage(String, String)

Initializes a new instance of the ErrorMessage class.

Properties

Name Description
Lang

Gets or sets the language code of the error message

Value

Gets or sets the text of the message.

Applies to