HubConfiguration.EnableDetailedErrors Property
.NET Framework 4
Determines whether detailed exceptions thrown in Hub methods get reported back the invoking client. Defaults to false.
Namespace: Microsoft.AspNet.SignalR
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Property EnableDetailedErrors As Boolean
Get
Set
'Usage
Dim instance As HubConfiguration
Dim value As Boolean
value = instance.EnableDetailedErrors
instance.EnableDetailedErrors = value
public bool EnableDetailedErrors { get; set; }
public:
property bool EnableDetailedErrors {
bool get ();
void set (bool value);
}
member EnableDetailedErrors : bool with get, set
function get EnableDetailedErrors () : boolean
function set EnableDetailedErrors (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.