HubResponse.StackTrace Property
.NET Framework 4
The stack trace of the exception that occurs as a result of invoking the hub method.
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
<JsonPropertyAttribute("T", NullValueHandling := NullValueHandling.Ignore)> _
Public Property StackTrace As String
Get
Set
'Usage
Dim instance As HubResponse
Dim value As String
value = instance.StackTrace
instance.StackTrace = value
[JsonPropertyAttribute("T", NullValueHandling = NullValueHandling.Ignore)]
public string StackTrace { get; set; }
[JsonPropertyAttribute(L"T", NullValueHandling = NullValueHandling::Ignore)]
public:
property String^ StackTrace {
String^ get ();
void set (String^ value);
}
[<JsonPropertyAttribute("T", NullValueHandling = NullValueHandling.Ignore)>]
member StackTrace : string with get, set
function get StackTrace () : String
function set StackTrace (value : String)
Property Value
Type: System.String
Returns String.