InvalidNavigationException Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ausnahme ausgelöst, wenn ein ungültiger Navigationsvorgang versucht wird.
public ref class InvalidNavigationException : Exception
[System.Serializable]
public class InvalidNavigationException : Exception
[<System.Serializable>]
type InvalidNavigationException = class
inherit Exception
Public Class InvalidNavigationException
Inherits Exception
- Vererbung
-
InvalidNavigationException
- Attribute
Konstruktoren
| Name | Beschreibung |
|---|---|
| InvalidNavigationException() |
Erstellt ein neues InvalidNavigationException. |
| InvalidNavigationException(SerializationInfo, StreamingContext) |
Veraltet.
Ausnahme ausgelöst, wenn ein ungültiger Navigationsvorgang versucht wird. |
| InvalidNavigationException(String, Exception) |
Erstellt eine neue InvalidNavigationException Mit einer Nachricht und einer inneren Ausnahme. |
| InvalidNavigationException(String) |
Erstellt eine neue InvalidNavigationException Nachricht mit einer Nachricht. |