FirstChanceExceptionEventArgs(Exception) Konstruktor

Definition

Initierar en ny instans av FirstChanceExceptionEventArgs klassen med ett angivet undantag.

public:
 FirstChanceExceptionEventArgs(Exception ^ exception);
public FirstChanceExceptionEventArgs(Exception exception);
new System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs : Exception -> System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs
Public Sub New (exception As Exception)

Parametrar

exception
Exception

Undantaget som just utlöstes av hanterad kod och som kommer att undersökas av UnhandledException händelsen.

Kommentarer

Den här konstruktorn anropas av den vanliga språkkörningen, inte av programkod.

Gäller för