QuickOPC User's Guide and Reference
InnerException Property (_UAClientEngineException)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine.ComTypes Namespace > _UAClientEngineException Interface : InnerException Property
Syntax
'Declaration
 
<CanBeNullAttribute()>
ReadOnly Property InnerException As Exception
'Usage
 
Dim instance As _UAClientEngineException
Dim value As Exception
 
value = instance.InnerException
[CanBeNull()]
Exception InnerException {get;}
[CanBeNull()]
property Exception^ InnerException {
   Exception^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

_UAClientEngineException Interface
_UAClientEngineException Members