NavigationFailedEventArgs.Exception Eigenschaft

Definition

Ruft die Exception ab, die als Folge einer fehlgeschlagenen Navigation ausgelöst wurde.

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

Eigenschaftswert

Exception

Die Exception, die als Folge einer fehlgeschlagenen Navigation ausgelöst wurde.

Hinweise

Exception ist entweder ein WebException oder ein IOException

Gilt für