Opc.Ua.Core
InnerResult Property (ServiceResultException)



Opc.Ua Namespace > ServiceResultException Class : InnerResult Property
Nested error information.
Syntax
'Declaration
 
Public ReadOnly Property InnerResult As ServiceResult
'Usage
 
Dim instance As ServiceResultException
Dim value As ServiceResult
 
value = instance.InnerResult
public ServiceResult InnerResult {get;}
public:
property ServiceResult^ InnerResult {
   ServiceResult^ 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

ServiceResultException Class
ServiceResultException Members