Język

UriTemplateMatchException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy UriTemplateMatchException.

Przeciążenia

Nazwa Opis
UriTemplateMatchException()

Inicjuje nowe wystąpienie klasy UriTemplateMatchException.

UriTemplateMatchException(String)

Inicjuje nowe wystąpienie UriTemplateMatchException klasy z określonym komunikatem o błędzie.

UriTemplateMatchException(SerializationInfo, StreamingContext)

Inicjuje UriTemplateMatchException nowe wystąpienie klasy z serializowanymi danymi.

UriTemplateMatchException(String, Exception)

Inicjuje nowe wystąpienie UriTemplateMatchException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, 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 nowe wystąpienie UriTemplateMatchException 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 UriTemplateMatchException nowe wystąpienie klasy z serializowanymi 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

Kontekstowe informacje o źródle lub miejscu docelowym.

Dotyczy

UriTemplateMatchException(String, Exception)

Inicjuje nowe wystąpienie UriTemplateMatchException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, 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, który jest przyczyną bieżącego wyjątku.

Dotyczy