Twitterizer 2 Documentation
ErrorMessage Property
NamespacesTwitterizerTwitterErrorDetailsErrorMessage
Gets or sets the error message.
Declaration Syntax
C#Visual Basic
[JsonPropertyAttribute(PropertyName = "error")]
[XmlElementAttribute("error")]
public string ErrorMessage { get; set; }
<JsonPropertyAttribute(PropertyName := "error")> _
<XmlElementAttribute("error")> _
Public Property ErrorMessage As String
	Get
	Set
Value
The error message.

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)