Share via


ResourceExecutedContext.ExceptionDispatchInfo Propiedad

Definición

Obtiene o establece el objeto actual Exception.

public:
 virtual property System::Runtime::ExceptionServices::ExceptionDispatchInfo ^ ExceptionDispatchInfo { System::Runtime::ExceptionServices::ExceptionDispatchInfo ^ get(); void set(System::Runtime::ExceptionServices::ExceptionDispatchInfo ^ value); };
public virtual System.Runtime.ExceptionServices.ExceptionDispatchInfo ExceptionDispatchInfo { get; set; }
public virtual System.Runtime.ExceptionServices.ExceptionDispatchInfo? ExceptionDispatchInfo { get; set; }
member this.ExceptionDispatchInfo : System.Runtime.ExceptionServices.ExceptionDispatchInfo with get, set
Public Overridable Property ExceptionDispatchInfo As ExceptionDispatchInfo

Valor de propiedad

Comentarios

Al establecer Exception o ExceptionDispatchInfo en null , se tratará la excepción como controlada y el tiempo de ejecución no volverá a iniciarla.

true Si se establece ExceptionHandled en , también se marcará la excepción como controlada.

Se aplica a