Freigeben über


DbCommandInterceptionContext<TResult>.OriginalException-Eigenschaft

[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.]

Namespace:  System.Data.Entity.Infrastructure.Interception
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public ReadOnly Property OriginalException As Exception 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Exception

Siehe auch

Verweis

DbCommandInterceptionContext<TResult> Klasse

System.Data.Entity.Infrastructure.Interception-Namespace