Proprietà HandleExceptionArgs.UseVerboseErrors
Ottiene o imposta un valore booleano che indica se saranno restituiti errori dettagliati.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public Property UseVerboseErrors As Boolean
Get
Set
'Utilizzo
Dim instance As HandleExceptionArgs
Dim value As Boolean
value = instance.UseVerboseErrors
instance.UseVerboseErrors = value
public bool UseVerboseErrors { get; set; }
public:
property bool UseVerboseErrors {
bool get ();
void set (bool value);
}
member UseVerboseErrors : bool with get, set
function get UseVerboseErrors () : boolean
function set UseVerboseErrors (value : boolean)
Valore proprietà
Tipo: System.Boolean
Il valore booleano che indica se saranno restituiti errori dettagliati.
Osservazioni
Quando UseVerboseErrors viene impostato su true, tutti i dettagli dell'eccezione vengono restituiti nella risposta. Nota sulla sicurezza: è possibile che l'impostazione di questo valore su true riveli informazioni che devono essere private nel servizio.