ODataUnrecognizedPathException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ODataUnrecognizedPathException() |
Initialise une nouvelle instance de la classe ODataUnrecognizedPathException. |
ODataUnrecognizedPathException(String) |
Initialise une nouvelle instance de la classe ODataUnrecognizedPathException. |
ODataUnrecognizedPathException(String, Exception) |
Initialise une nouvelle instance de la classe DataServiceException. |
ODataUnrecognizedPathException()
Initialise une nouvelle instance de la classe ODataUnrecognizedPathException.
public ODataUnrecognizedPathException ();
Public Sub New ()
Remarques
La propriété Message est initialisée dans un message fourni par le système qui décrit l’erreur. Ce message prend en compte la culture système en cours.
S’applique à
ODataUnrecognizedPathException(String)
Initialise une nouvelle instance de la classe ODataUnrecognizedPathException.
public ODataUnrecognizedPathException (string message);
new Microsoft.OData.UriParser.ODataUnrecognizedPathException : string -> Microsoft.OData.UriParser.ODataUnrecognizedPathException
Public Sub New (message As String)
Paramètres
- message
- String
Message d'erreur en texte brut de cette exception.
S’applique à
ODataUnrecognizedPathException(String, Exception)
Initialise une nouvelle instance de la classe DataServiceException.
public ODataUnrecognizedPathException (string message, Exception innerException);
new Microsoft.OData.UriParser.ODataUnrecognizedPathException : string * Exception -> Microsoft.OData.UriParser.ODataUnrecognizedPathException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message d'erreur en texte brut de cette exception.
- innerException
- Exception
Exception à l'origine de la levée de cette exception.