MissingSatelliteAssemblyException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy MissingSatelliteAssemblyException.

Przeciążenia

MissingSatelliteAssemblyException()

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

MissingSatelliteAssemblyException(String)

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

MissingSatelliteAssemblyException(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje MissingSatelliteAssemblyException nowe wystąpienie klasy z serializacji danych.

MissingSatelliteAssemblyException(String, Exception)

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

MissingSatelliteAssemblyException(String, String)

Inicjuje MissingSatelliteAssemblyException nowe wystąpienie klasy 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 MissingSatelliteAssemblyException nowe wystąpienie klasy z domyślnymi właściwościami.

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

Uwagi

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

Właściwość Wartość
InnerException null.
Message Zlokalizowany komunikat o błędzie dla MissingSatelliteAssemblyExceptionelementu .

Dotyczy

MissingSatelliteAssemblyException(String)

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

Inicjuje MissingSatelliteAssemblyException nowe wystąpienie klasy 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 MissingSatelliteAssemblyException klasy.

Właściwość 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 MissingSatelliteAssemblyException nowe wystąpienie klasy 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 zawierający dane serializowanego obiektu.

context
StreamingContext

Kontekstowe informacje o źródle lub miejscu docelowym wyjątku.

Atrybuty

Uwagi

Ten konstruktor jest wywoływana podczas deserializacji do odtworzenia obiektu wyjątku przesyłanego za pomocą strumienia.

Dotyczy

MissingSatelliteAssemblyException(String, Exception)

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

Inicjuje nowe wystąpienie MissingSatelliteAssemblyException klasy z określonym komunikatem o błędzie i odwołaniem do wewnętrznego wyjątku, 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 będący przyczyną bieżącego wyjątku. inner Jeśli parametr nie nulljest , bieżący wyjątek jest zgłaszany w catch bloku, 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 została przekazana do konstruktora, lub wartość null, jeśli właściwość InnerException nie przekazuje do konstruktora wartości wyjątku wewnętrznego.

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

Właściwość Wartość
InnerException Odwołanie do wewnętrznego wyjątku.
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 MissingSatelliteAssemblyException nowe wystąpienie klasy 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 MissingSatelliteAssemblyException klasy.

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

Dotyczy