Freigeben über


DbCommandInterceptionContext<TResult>.Exception-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 Property Exception As Exception 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Exception

Siehe auch

Verweis

DbCommandInterceptionContext<TResult> Klasse

System.Data.Entity.Infrastructure.Interception-Namespace