Accusoft.ThumbnailXpress6.Net
Message Property




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

Property Value

An integer value which represents the error message.
Remarks

This message can provide additional information about the error.

See Also

Reference

ErrorEventArgs Class
ErrorEventArgs Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback