Twitterizer 2 Documentation
TwitterErrorDetails Class
NamespacesTwitterizerTwitterErrorDetails
Twitter Error Details class
Declaration Syntax
C#Visual Basic
[SerializableAttribute]
[JsonObjectAttribute(MemberSerialization = MemberSerialization.OptIn)]
[XmlRootAttribute("hash")]
public class TwitterErrorDetails : TwitterObject
<SerializableAttribute> _
<JsonObjectAttribute(MemberSerialization := MemberSerialization.OptIn)> _
<XmlRootAttribute("hash")> _
Public Class TwitterErrorDetails _
	Inherits TwitterObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TwitterErrorDetails()()()()
Initializes a new instance of the TwitterErrorDetails class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ErrorMessage
Gets or sets the error message.

Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RequestPath
Gets or sets the request path.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Remarks
Often, twitter returns error details in the body of response. This class represents the data structure of the error for deserialization.
Inheritance Hierarchy
Object
TwitterObject
 TwitterErrorDetails

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