[This is preliminary documentation and is subject to change.]
When true writes errors that get thrown in server cathc-all HandleException methods
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
[ExternalParameterAttribute(new string[] { ... })]
public bool LogHandleExceptionErrors { get; set; }
[ConfigAttribute]
[ExternalParameterAttribute(new string[] { ... })]
public bool LogHandleExceptionErrors { get; set; }
<ConfigAttribute>
<ExternalParameterAttribute(New String() { ... })>
Public Property LogHandleExceptionErrors As Boolean
Get
Set
<ConfigAttribute>
<ExternalParameterAttribute(New String() { ... })>
Public Property LogHandleExceptionErrors As Boolean
Get
Set
public:
[ConfigAttribute]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property bool LogHandleExceptionErrors {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property bool LogHandleExceptionErrors {
bool get ();
void set (bool value);
}
[<ConfigAttribute>]
[<ExternalParameterAttribute(new string[] { ... })>]
member LogHandleExceptionErrors : bool with get, set
[<ConfigAttribute>]
[<ExternalParameterAttribute(new string[] { ... })>]
member LogHandleExceptionErrors : bool with get, set
Property Value
Type:
Boolean