XsltCompileException 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 XsltCompileException-Klasse.
Überlädt
| Name | Beschreibung |
|---|---|
| XsltCompileException() |
Initialisiert eine neue Instanz der XsltCompileException-Klasse. |
| XsltCompileException(String) |
Initialisiert eine neue Instanz der XsltCompileException Klasse mit einer angegebenen Fehlermeldung. |
| XsltCompileException(SerializationInfo, StreamingContext) |
Veraltet.
Initialisiert eine neue Instanz der Klasse mithilfe der |
| XsltCompileException(String, Exception) |
Initialisiert eine neue Instanz der angegebenen Fehlermeldung der XsltCompileException Klasse und einen Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist. |
| XsltCompileException(Exception, String, Int32, Int32) |
Initialisiert eine neue Instanz der |
XsltCompileException()
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
Initialisiert eine neue Instanz der XsltCompileException-Klasse.
public:
XsltCompileException();
public XsltCompileException();
Public Sub New ()
Gilt für:
XsltCompileException(String)
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
Initialisiert eine neue Instanz der XsltCompileException Klasse mit einer angegebenen Fehlermeldung.
public:
XsltCompileException(System::String ^ message);
public XsltCompileException(string message);
new System.Xml.Xsl.XsltCompileException : string -> System.Xml.Xsl.XsltCompileException
Public Sub New (message As String)
Parameter
- message
- String
Die Meldung, die den Fehler beschreibt.
Gilt für:
XsltCompileException(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 XsltCompileException Informationen in den SerializationInfo und StreamingContext Objekten.
protected:
XsltCompileException(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 XsltCompileException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
protected XsltCompileException(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.XsltCompileException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Xsl.XsltCompileException
new System.Xml.Xsl.XsltCompileException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Xsl.XsltCompileException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
Das SerializationInfo Objekt, das alle Eigenschaften eines XsltCompileExceptionObjekts enthält.
- context
- StreamingContext
Das StreamingContext Objekt, das die Kontextinformationen enthält.
- Attribute
Gilt für:
XsltCompileException(String, Exception)
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
Initialisiert eine neue Instanz der angegebenen Fehlermeldung der XsltCompileException Klasse und einen Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.
public:
XsltCompileException(System::String ^ message, Exception ^ innerException);
public XsltCompileException(string message, Exception innerException);
new System.Xml.Xsl.XsltCompileException : string * Exception -> System.Xml.Xsl.XsltCompileException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
Die Meldung, die den Fehler beschreibt.
- innerException
- Exception
Die Ausnahme, die die Ursache der aktuellen Ausnahme ist oder null wenn keine innere Ausnahme angegeben ist.
Gilt für:
XsltCompileException(Exception, String, Int32, Int32)
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
- Quelle:
- XsltException.cs
Initialisiert eine neue Instanz der XsltCompileException-Klasse.
public:
XsltCompileException(Exception ^ inner, System::String ^ sourceUri, int lineNumber, int linePosition);
public XsltCompileException(Exception inner, string sourceUri, int lineNumber, int linePosition);
new System.Xml.Xsl.XsltCompileException : Exception * string * int * int -> System.Xml.Xsl.XsltCompileException
Public Sub New (inner As Exception, sourceUri As String, lineNumber As Integer, linePosition As Integer)
Parameter
- sourceUri
- String
Der Speicherortpfad des Stylesheets.
- lineNumber
- Int32
Die Zeilennummer, die angibt, wo der Fehler im Stylesheet aufgetreten ist.
- linePosition
- Int32
Die Zeilenposition, die angibt, wo der Fehler im Stylesheet aufgetreten ist.