Gets and sets the error message for the Thumbnail item collection member which incurred an error during thumbnail generation.
public string Message {get; set;}
public: __property string* get_Message();
public: __property void set_Message(
string* value
);
'Declaration
Public Property Message As String
'Usage
Dim instance As ErrorEventArgs
Dim value As String
instance.Message = value
value = instance.Message
Property Value
An integer value which represents the error message.