Connectivity Software User's Guide and Reference
SetStackTrace Method (UAServiceException)



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA Namespace > UAServiceException Class : SetStackTrace Method
A string representation of the immediate frames on the call stack.

The value of this parameter cannot be null (Nothing in Visual Basic).

Sets the stack trace for this exception.
Syntax
'Declaration
 
Public Sub SetStackTrace( _
   ByVal value As String _
) 
'Usage
 
Dim instance As UAServiceException
Dim value As String
 
instance.SetStackTrace(value)
public void SetStackTrace( 
   string value
)
public:
void SetStackTrace( 
   String^ value
) 

Parameters

value
A string representation of the immediate frames on the call stack.

The value of this parameter cannot be null (Nothing in Visual Basic).

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