XsltException 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.
Initialisiert eine neue Instanz der XsltException-Klasse.
Überlädt
| Name | Beschreibung |
|---|---|
| XsltException() |
Initialisiert eine neue Instanz der XsltException-Klasse. |
| XsltException(String) |
Initialisiert eine neue Instanz der XsltException Klasse mit einer angegebenen Fehlermeldung. |
| XsltException(SerializationInfo, StreamingContext) |
Veraltet.
Initialisiert eine neue Instanz der Klasse mithilfe der |
| XsltException(String, Exception) |
Initialisiert eine neue Instanz der |
XsltException()
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
Initialisiert eine neue Instanz der XsltException-Klasse.
public:
XsltException();
public XsltException();
Public Sub New ()
Gilt für:
XsltException(String)
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
Initialisiert eine neue Instanz der XsltException Klasse mit einer angegebenen Fehlermeldung.
public:
XsltException(System::String ^ message);
public XsltException(string message);
new System.Xml.Xsl.XsltException : string -> System.Xml.Xsl.XsltException
Public Sub New (message As String)
Parameter
- message
- String
Die Meldung, die den Fehler beschreibt.
Gilt für:
XsltException(SerializationInfo, StreamingContext)
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
Achtung
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Initialisiert eine neue Instanz der Klasse mithilfe der XsltException Informationen in den SerializationInfo und StreamingContext Objekten.
protected:
XsltException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected XsltException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
protected XsltException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Xml.Xsl.XsltException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Xsl.XsltException
new System.Xml.Xsl.XsltException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Xsl.XsltException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
Das SerializationInfo Objekt, das alle Eigenschaften eines XsltExceptionObjekts enthält.
- context
- StreamingContext
Das StreamingContext-Objekt.
- Attribute
Gilt für:
XsltException(String, Exception)
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
Initialisiert eine neue Instanz der XsltException-Klasse.
public:
XsltException(System::String ^ message, Exception ^ innerException);
public XsltException(string message, Exception? innerException);
public XsltException(string message, Exception innerException);
new System.Xml.Xsl.XsltException : string * Exception -> System.Xml.Xsl.XsltException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
Die Beschreibung der Fehlerbedingung.
- innerException
- Exception
Das Exception warf die XsltException, wenn vorhanden. Dieser Wert kann null sein.