Aracılığıyla paylaş


XPathNavigatorException Oluşturucular

Tanım

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

Aşırı Yüklemeler

XPathNavigatorException()

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

XPathNavigatorException(String)

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

XPathNavigatorException(SerializationInfo, StreamingContext)

Akışın XPathNavigatorException kaynağını ve hedefini ve özel durumu serileştirmek için gereken bilgileri belirten verilerle sınıfının yeni bir örneğini başlatır.

XPathNavigatorException(String, Exception)

Belirtilen hata iletisi ve geçerli özel duruma neden olan iç özel durum ile sınıfının yeni bir örneğini XPathNavigatorException başlatır.

XPathNavigatorException()

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

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

Şunlara uygulanır

XPathNavigatorException(String)

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

public:
 XPathNavigatorException(System::String ^ message);
public XPathNavigatorException (string message);
new System.ServiceModel.Dispatcher.XPathNavigatorException : string -> System.ServiceModel.Dispatcher.XPathNavigatorException
Public Sub New (message As String)

Parametreler

message
String

Özel durumun nedenini açıklayan hata iletisi.

Şunlara uygulanır

XPathNavigatorException(SerializationInfo, StreamingContext)

Akışın XPathNavigatorException kaynağını ve hedefini ve özel durumu serileştirmek için gereken bilgileri belirten verilerle sınıfının yeni bir örneğini başlatır.

protected:
 XPathNavigatorException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected XPathNavigatorException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ServiceModel.Dispatcher.XPathNavigatorException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.Dispatcher.XPathNavigatorException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametreler

info
SerializationInfo

Özel SerializationInfo durumu seri hale getirmek için gereken tüm verileri içeren.

context
StreamingContext

StreamingContext akışın kaynağını ve hedefini belirtir.

Şunlara uygulanır

XPathNavigatorException(String, Exception)

Belirtilen hata iletisi ve geçerli özel duruma neden olan iç özel durum ile sınıfının yeni bir örneğini XPathNavigatorException başlatır.

public:
 XPathNavigatorException(System::String ^ message, Exception ^ innerException);
public XPathNavigatorException (string message, Exception innerException);
new System.ServiceModel.Dispatcher.XPathNavigatorException : string * Exception -> System.ServiceModel.Dispatcher.XPathNavigatorException
Public Sub New (message As String, innerException As Exception)

Parametreler

message
String

Özel durumun nedenini açıklayan hata iletisi.

innerException
Exception

Exception Geçerli özel durumun ortaya alınmasına neden olan.

Şunlara uygulanır