FeatureNotSupportedException Konstruktoren
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.
Überlädt
FeatureNotSupportedException() |
Erstellt eine neue instance von FeatureNotSupportedException. |
FeatureNotSupportedException(String) |
Erstellt eine neue instance von FeatureNotSupportedException mit der angegebenen Meldung. |
FeatureNotSupportedException(String, Exception) |
Erstellt eine neue instance von FeatureNotSupportedException mit der angegebenen Meldung und der angegebenen inneren Ausnahme. |
FeatureNotSupportedException()
Erstellt eine neue instance von FeatureNotSupportedException.
public FeatureNotSupportedException ();
Gilt für:
FeatureNotSupportedException(String)
Erstellt eine neue instance von FeatureNotSupportedException mit der angegebenen Meldung.
public FeatureNotSupportedException (string message);
Parameter
- message
- System.String
Die Ausnahmemeldung.
Gilt für:
FeatureNotSupportedException(String, Exception)
Erstellt eine neue instance von FeatureNotSupportedException mit der angegebenen Meldung und der angegebenen inneren Ausnahme.
public FeatureNotSupportedException (string message, Exception innerException);
Parameter
- message
- System.String
Die Ausnahmemeldung.
- innerException
- System.Exception
Die innere Ausnahme.