Sets the stack trace for this exception.
Syntax
'Declaration
Public Sub SetStackTrace( _
ByVal As String _
)
'Usage
Dim instance As UAServiceException
Dim value As String
instance.SetStackTrace(value)
public void SetStackTrace(
string
)
public:
void SetStackTrace(
String^
)
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