UriTemplateMatchException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy UriTemplateMatchException.
Przeciążenia
UriTemplateMatchException() |
Inicjuje nowe wystąpienie klasy UriTemplateMatchException. |
UriTemplateMatchException(String) |
Inicjuje UriTemplateMatchException nowe wystąpienie klasy z określonym komunikatem o błędzie. |
UriTemplateMatchException(SerializationInfo, StreamingContext) |
Inicjuje nowe wystąpienie klasy UriTemplateMatchException z zserializowanymi danymi. |
UriTemplateMatchException(String, Exception) |
Inicjuje nowe wystąpienie UriTemplateMatchException klasy z określonym komunikatem o błędzie i odwołaniem do wewnętrznego wyjątku, który jest przyczyną tego wyjątku. |
UriTemplateMatchException()
Inicjuje nowe wystąpienie klasy UriTemplateMatchException.
public:
UriTemplateMatchException();
public UriTemplateMatchException ();
Public Sub New ()
Dotyczy
UriTemplateMatchException(String)
Inicjuje UriTemplateMatchException nowe wystąpienie klasy z określonym komunikatem o błędzie.
public:
UriTemplateMatchException(System::String ^ message);
public UriTemplateMatchException (string message);
new UriTemplateMatchException : string -> UriTemplateMatchException
Public Sub New (message As String)
Parametry
- message
- String
Komunikat o błędzie wyjaśniający przyczynę wyjątku.
Dotyczy
UriTemplateMatchException(SerializationInfo, StreamingContext)
Inicjuje nowe wystąpienie klasy UriTemplateMatchException z zserializowanymi danymi.
protected:
UriTemplateMatchException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected UriTemplateMatchException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new UriTemplateMatchException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> UriTemplateMatchException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametry
- info
- SerializationInfo
Obiekt, który przechowuje serializowany obiekt danych.
- context
- StreamingContext
Informacje kontekstowe dotyczące źródła lub miejsca docelowego.
Dotyczy
UriTemplateMatchException(String, Exception)
Inicjuje nowe wystąpienie UriTemplateMatchException klasy z określonym komunikatem o błędzie i odwołaniem do wewnętrznego wyjątku, który jest przyczyną tego wyjątku.
public:
UriTemplateMatchException(System::String ^ message, Exception ^ innerException);
public UriTemplateMatchException (string message, Exception innerException);
new UriTemplateMatchException : string * Exception -> UriTemplateMatchException
Public Sub New (message As String, innerException As Exception)
Parametry
- message
- String
Komunikat o błędzie wyjaśniający przyczynę wyjątku.
- innerException
- Exception
Wyjątek będący przyczyną bieżącego wyjątku.