Udostępnij za pośrednictwem


MissingSatelliteAssemblyException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy MissingSatelliteAssemblyException.

Przeciążenia

MissingSatelliteAssemblyException()

Inicjuje nowe wystąpienie klasy MissingSatelliteAssemblyException z właściwościami domyślnymi.

MissingSatelliteAssemblyException(String)

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

MissingSatelliteAssemblyException(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje nowe wystąpienie klasy MissingSatelliteAssemblyException z serializacji danych.

MissingSatelliteAssemblyException(String, Exception)

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

MissingSatelliteAssemblyException(String, String)

Inicjuje nowe wystąpienie klasy MissingSatelliteAssemblyException z określonym komunikatem o błędzie i nazwą kultury neutralnej.

MissingSatelliteAssemblyException()

Źródło:
MissingSatelliteAssemblyException.cs
Źródło:
MissingSatelliteAssemblyException.cs
Źródło:
MissingSatelliteAssemblyException.cs

Inicjuje nowe wystąpienie klasy MissingSatelliteAssemblyException z właściwościami domyślnymi.

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

Uwagi

W poniższej tabeli przedstawiono początkowe wartości właściwości dla wystąpienia klasy MissingSatelliteAssemblyException.

Własność Wartość
InnerException null.
Message Zlokalizowany komunikat o błędzie dla MissingSatelliteAssemblyException.

Dotyczy

MissingSatelliteAssemblyException(String)

Źródło:
MissingSatelliteAssemblyException.cs
Źródło:
MissingSatelliteAssemblyException.cs
Źródło:
MissingSatelliteAssemblyException.cs

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

public:
 MissingSatelliteAssemblyException(System::String ^ message);
public MissingSatelliteAssemblyException (string? message);
public MissingSatelliteAssemblyException (string message);
new System.Resources.MissingSatelliteAssemblyException : string -> System.Resources.MissingSatelliteAssemblyException
Public Sub New (message As String)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

Uwagi

W poniższej tabeli przedstawiono początkowe wartości właściwości dla wystąpienia klasy MissingSatelliteAssemblyException.

Własność Wartość
InnerException null.
Message Ciąg message.

Dotyczy

MissingSatelliteAssemblyException(SerializationInfo, StreamingContext)

Źródło:
MissingSatelliteAssemblyException.cs
Źródło:
MissingSatelliteAssemblyException.cs
Źródło:
MissingSatelliteAssemblyException.cs

Przestroga

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Inicjuje nowe wystąpienie klasy MissingSatelliteAssemblyException z serializacji danych.

protected:
 MissingSatelliteAssemblyException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected MissingSatelliteAssemblyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected MissingSatelliteAssemblyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Resources.MissingSatelliteAssemblyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Resources.MissingSatelliteAssemblyException
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
new System.Resources.MissingSatelliteAssemblyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Resources.MissingSatelliteAssemblyException
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 wyjątku.

Atrybuty

Uwagi

Ten konstruktor jest wywoływany podczas deserializacji w celu ponownego utworzenia obiektu wyjątku przesyłanego przez strumień.

Dotyczy

MissingSatelliteAssemblyException(String, Exception)

Źródło:
MissingSatelliteAssemblyException.cs
Źródło:
MissingSatelliteAssemblyException.cs
Źródło:
MissingSatelliteAssemblyException.cs

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

public:
 MissingSatelliteAssemblyException(System::String ^ message, Exception ^ inner);
public MissingSatelliteAssemblyException (string? message, Exception? inner);
public MissingSatelliteAssemblyException (string message, Exception inner);
new System.Resources.MissingSatelliteAssemblyException : string * Exception -> System.Resources.MissingSatelliteAssemblyException
Public Sub New (message As String, inner As Exception)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

inner
Exception

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

Uwagi

Wyjątek zgłaszany bezpośrednio w wyniku poprzedniego wyjątku powinien zawierać odwołanie do poprzedniego wyjątku we właściwości InnerException. Właściwość InnerException zwraca tę samą wartość, która jest przekazywana do konstruktora, lub null, jeśli właściwość InnerException nie dostarcza wartości wyjątku wewnętrznego do konstruktora.

W poniższej tabeli przedstawiono początkowe wartości właściwości dla wystąpienia klasy MissingSatelliteAssemblyException.

Własność Wartość
InnerException Odwołanie do wyjątku wewnętrznego.
Message Ciąg komunikatu o błędzie.

Dotyczy

MissingSatelliteAssemblyException(String, String)

Źródło:
MissingSatelliteAssemblyException.cs
Źródło:
MissingSatelliteAssemblyException.cs
Źródło:
MissingSatelliteAssemblyException.cs

Inicjuje nowe wystąpienie klasy MissingSatelliteAssemblyException z określonym komunikatem o błędzie i nazwą kultury neutralnej.

public:
 MissingSatelliteAssemblyException(System::String ^ message, System::String ^ cultureName);
public MissingSatelliteAssemblyException (string? message, string? cultureName);
public MissingSatelliteAssemblyException (string message, string cultureName);
new System.Resources.MissingSatelliteAssemblyException : string * string -> System.Resources.MissingSatelliteAssemblyException
Public Sub New (message As String, cultureName As String)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

cultureName
String

Nazwa kultury neutralnej.

Uwagi

W poniższej tabeli przedstawiono początkowe wartości właściwości dla wystąpienia klasy MissingSatelliteAssemblyException.

Własność Wartość
InnerException Odwołanie do wyjątku wewnętrznego.
Message Ciąg komunikatu o błędzie.

Dotyczy