Uploader for Silverlight
Error Property






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
<SRDescriptionAttribute("Exception that occurred during operation.  Null if no error.")>
Public ReadOnly Property Error As System.Exception
'Usage
 
Dim instance As UploadCompletedEventArgs
Dim value As System.Exception
 
value = instance.Error
[__DynamicallyInvokable()]
[SRDescription("Exception that occurred during operation.  Null if no error.")]
public System.Exception Error {get;}
public read-only property Error: System.Exception; 
__DynamicallyInvokableAttribute()
SRDescriptionAttribute("Exception that occurred during operation.  Null if no error.")
public function get Error : System.Exception
[__DynamicallyInvokable()]
[SRDescription("Exception that occurred during operation.  Null if no error.")]
public: __property System.Exception* get_Error();
[__DynamicallyInvokable()]
[SRDescription("Exception that occurred during operation.  Null if no error.")]
public:
property System.Exception^ Error {
   System.Exception^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UploadCompletedEventArgs Class
UploadCompletedEventArgs Members

Send Feedback