Condividi tramite


Proprietà DbCommandInterceptionContext<TResult>.Exception

[This page is specific to the Entity Framework version 6.0 Beta. The latest version is available as the 'Entity Framework' NuGet package. For more information, see Entity Framework Releases and Versioning.]

Spazio dei nomi  System.Data.Entity.Infrastructure.Interception
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Property Exception As Exception 
    Get 
    Set
'Utilizzo
Dim instance As DbCommandInterceptionContext 
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

Vedere anche

Riferimento

DbCommandInterceptionContext<TResult> Classe

Spazio dei nomi System.Data.Entity.Infrastructure.Interception