XPathNavigatorException Constructeurs

Définition

Initialise une nouvelle instance de la classe XPathNavigatorException.

Surcharges

Nom Description
XPathNavigatorException()

Initialise une nouvelle instance de la classe XPathNavigatorException.

XPathNavigatorException(String)

Initialise une nouvelle instance de la XPathNavigatorException classe avec un message d’erreur spécifié.

XPathNavigatorException(SerializationInfo, StreamingContext)

Initialise une nouvelle instance de la XPathNavigatorException classe avec des données qui spécifient la source et la destination du flux et les informations requises pour sérialiser l’exception.

XPathNavigatorException(String, Exception)

Initialise une nouvelle instance de la XPathNavigatorException classe avec un message d’erreur spécifié et l’exception interne qui a provoqué l’exception actuelle.

XPathNavigatorException()

Initialise une nouvelle instance de la classe XPathNavigatorException.

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

S’applique à

XPathNavigatorException(String)

Initialise une nouvelle instance de la XPathNavigatorException classe avec un message d’erreur spécifié.

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)

Paramètres

message
String

Message d’erreur qui explique la raison de l’exception.

S’applique à

XPathNavigatorException(SerializationInfo, StreamingContext)

Initialise une nouvelle instance de la XPathNavigatorException classe avec des données qui spécifient la source et la destination du flux et les informations requises pour sérialiser l’exception.

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)

Paramètres

info
SerializationInfo

Qui SerializationInfo contient toutes les données requises pour sérialiser l’exception.

context
StreamingContext

Qui StreamingContext spécifie la source et la destination du flux.

S’applique à

XPathNavigatorException(String, Exception)

Initialise une nouvelle instance de la XPathNavigatorException classe avec un message d’erreur spécifié et l’exception interne qui a provoqué l’exception actuelle.

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)

Paramètres

message
String

Message d’erreur qui explique la raison de l’exception.

innerException
Exception

Qui Exception a provoqué la levée de l’exception actuelle.

S’applique à