Język

XamlInternalException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy XamlInternalException.

Przeciążenia

Nazwa Opis
XamlInternalException()

Inicjuje nowe wystąpienie klasy XamlInternalException z komunikatem dostarczonym przez system, który opisuje błąd.

XamlInternalException(String)

Inicjuje nowe wystąpienie klasy XamlInternalException z określonym komunikatem opisujący błąd.

XamlInternalException(SerializationInfo, StreamingContext)

Inicjuje XamlInternalException nowe wystąpienie klasy z serializowanymi danymi.

XamlInternalException(String, Exception)

Inicjuje nowe wystąpienie XamlInternalException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku.

XamlInternalException()

Inicjuje nowe wystąpienie klasy XamlInternalException z komunikatem dostarczonym przez system, który opisuje błąd.

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

Dotyczy

XamlInternalException(String)

Inicjuje nowe wystąpienie klasy XamlInternalException z określonym komunikatem opisujący błąd.

public:
 XamlInternalException(System::String ^ message);
public XamlInternalException(string message);
new System.Xaml.XamlInternalException : string -> System.Xaml.XamlInternalException
Public Sub New (message As String)

Parametry

message
String

Komunikat opisujący wyjątek.

Dotyczy

XamlInternalException(SerializationInfo, StreamingContext)

Inicjuje XamlInternalException nowe wystąpienie klasy z serializowanymi danymi.

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

Parametry

info
SerializationInfo

Obiekt, który przechowuje serializowane dane obiektu.

context
StreamingContext

Kontekstowe informacje o źródle lub miejscu docelowym.

Dotyczy

XamlInternalException(String, Exception)

Inicjuje nowe wystąpienie XamlInternalException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku.

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

Parametry

message
String

Komunikat opisujący wyjątek.

innerException
Exception

Wyjątek, który jest przyczyną bieżącego wyjątku. Jeśli parametr innerException nie jest null, bieżący wyjątek jest zgłaszany w bloku catch, który obsługuje wyjątek wewnętrzny.

Dotyczy