Aracılığıyla paylaş


AsyncPostBackErrorEventArgs(Exception) Oluşturucu

Tanım

AsyncPostBackErrorEventArgs sınıfının yeni bir örneğini başlatır.

public:
 AsyncPostBackErrorEventArgs(Exception ^ exception);
public AsyncPostBackErrorEventArgs (Exception exception);
new System.Web.UI.AsyncPostBackErrorEventArgs : Exception -> System.Web.UI.AsyncPostBackErrorEventArgs
Public Sub New (exception As Exception)

Parametreler

exception
Exception

Kısmi sayfa işleme sırasında oluşturulan sunucu özel durumu.

Özel durumlar

exception, null değeridir.

Şunlara uygulanır