ErrorEvent.Message

ErrorEvent.Message property

The message attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to the empty string. It represents the error message.

public string Message { get; }

Property Value

The message.

See Also