Opc.Ua.Core
Exception Property (AsyncResultBase)



Opc.Ua Namespace > AsyncResultBase Class : Exception Property
An exception that occured during processing.
Syntax
'Declaration
 
Public Property Exception As Exception
'Usage
 
Dim instance As AsyncResultBase
Dim value As Exception
 
instance.Exception = value
 
value = instance.Exception
public Exception Exception {get; set;}
public:
property Exception^ Exception {
   Exception^ get();
   void set (    Exception^ value);
}
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

AsyncResultBase Class
AsyncResultBase Members