Condividi tramite


Proprietà DbCommandInterceptionContext<TResult>.OriginalException

[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 ReadOnly Property OriginalException As Exception 
    Get
'Utilizzo
Dim instance As DbCommandInterceptionContext 
Dim value As Exception 

value = instance.OriginalException
public Exception OriginalException { get; }
public:
property Exception^ OriginalException {
    Exception^ get ();
}
member OriginalException : Exception
function get OriginalException () : Exception

Valore proprietà

Tipo: System.Exception

Vedere anche

Riferimento

DbCommandInterceptionContext<TResult> Classe

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