QuickOPC User's Guide and Reference
Source Property (UAServiceException)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAServiceException Class : Source Property
Gets or sets the name of the application or the object that causes the error.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
Public Overrides Property Source As String
'Usage
 
Dim instance As UAServiceException
Dim value As String
 
instance.Source = value
 
value = instance.Source
[DefaultValue("")]
public override string Source {get; set;}
[DefaultValue("")]
public:
property String^ Source {
   String^ get() override;
   void set (    String^ value) override;
}

Property Value

The name of the application or the object that causes the error.
Exceptions
ExceptionDescription
The object must be a runtime System.Reflection object.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also

Reference

UAServiceException Class
UAServiceException Members
Base Implementation in Source