Aracılığıyla paylaş


XsltCompileException Oluşturucular

Tanım

XsltCompileException sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

XsltCompileException()

XsltCompileException sınıfının yeni bir örneğini başlatır.

XsltCompileException(String)

Belirtilen hata iletisiyle sınıfının yeni bir örneğini XsltCompileException başlatır.

XsltCompileException(SerializationInfo, StreamingContext)
Geçersiz.

ve StreamingContext nesnelerindeki XsltCompileException bilgileri kullanarak sınıfının yeni bir örneğini SerializationInfo başlatır.

XsltCompileException(String, Exception)

Sınıfın belirtilen hata iletisinin XsltCompileException yeni bir örneğini ve bu özel durumun nedeni olan iç özel duruma başvuruyu başlatır.

XsltCompileException(Exception, String, Int32, Int32)

XsltCompileException sınıfının yeni bir örneğini başlatır.

XsltCompileException()

Source:
XsltException.cs
Source:
XsltException.cs
Source:
XsltException.cs

XsltCompileException sınıfının yeni bir örneğini başlatır.

public:
 XsltCompileException();
public XsltCompileException ();
Public Sub New ()

Şunlara uygulanır

XsltCompileException(String)

Source:
XsltException.cs
Source:
XsltException.cs
Source:
XsltException.cs

Belirtilen hata iletisiyle sınıfının yeni bir örneğini XsltCompileException başlatır.

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)

Parametreler

message
String

Hatayı açıklayan ileti.

Şunlara uygulanır

XsltCompileException(SerializationInfo, StreamingContext)

Source:
XsltException.cs
Source:
XsltException.cs
Source:
XsltException.cs

Dikkat

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

ve StreamingContext nesnelerindeki XsltCompileException bilgileri kullanarak sınıfının yeni bir örneğini SerializationInfo başlatır.

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}")]
protected XsltCompileException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Xml.Xsl.XsltCompileException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Xml.Xsl.XsltCompileException
[<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
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametreler

info
SerializationInfo

bir öğesinin SerializationInfo tüm özelliklerini XsltCompileExceptioniçeren nesnesi.

context
StreamingContext

StreamingContext Bağlam bilgilerini içeren nesne.

Öznitelikler

Şunlara uygulanır

XsltCompileException(String, Exception)

Source:
XsltException.cs
Source:
XsltException.cs
Source:
XsltException.cs

Sınıfın belirtilen hata iletisinin XsltCompileException yeni bir örneğini ve bu özel durumun nedeni olan iç özel duruma başvuruyu başlatır.

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)

Parametreler

message
String

Hatayı açıklayan ileti.

innerException
Exception

Geçerli özel durumun nedeni olan özel durum veya null iç özel durum belirtilmemişse.

Şunlara uygulanır

XsltCompileException(Exception, String, Int32, Int32)

Source:
XsltException.cs
Source:
XsltException.cs
Source:
XsltException.cs

XsltCompileException sınıfının yeni bir örneğini başlatır.

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)

Parametreler

inner
Exception

'yi Exception atan XsltCompileException.

sourceUri
String

Stil sayfasının konum yolu.

lineNumber
Int32

Stil sayfasında hatanın nerede oluştuğunu gösteren satır numarası.

linePosition
Int32

Stil sayfasında hatanın nerede oluştuğunu gösteren satır konumu.

Şunlara uygulanır