Proprietà HandleExceptionArgs.Exception
Ottiene o imposta l'eccezione che sarà elaborata e restituita nella risposta.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public Property Exception As Exception
Get
Set
'Utilizzo
Dim instance As HandleExceptionArgs
Dim value As Exception
value = instance.Exception
instance.Exception = value
public Exception Exception { get; set; }
public:
property Exception^ Exception {
Exception^ get ();
void set (Exception^ value);
}
member Exception : Exception with get, set
function get Exception () : Exception
function set Exception (value : Exception)
Valore proprietà
Tipo: System.Exception
L'eccezione che sarà elaborata e restituita nella risposta.
Osservazioni
Se l'eccezione è un oggetto DataServiceException, il messaggio dell'eccezione sarà restituito sempre al client, indipendentemente dal valore UseVerboseErrors. Se UseVerboseErrors è true, le eccezioni interne saranno restituite anche al client; in caso contrario sarà restituito solo il messaggio DataServiceException.