WarningException Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci WarningException třídy.
Přetížení
WarningException() |
Inicializuje novou instanci WarningException třídy. |
WarningException(String) |
Inicializuje novou instanci WarningException třídy se zadanou zprávou a bez souboru nápovědy. |
WarningException(SerializationInfo, StreamingContext) |
Zastaralé.
Inicializuje novou instanci WarningException třídy pomocí zadané serializace dat a kontextu. |
WarningException(String, Exception) |
Inicializuje novou instanci WarningException třídy se zadaným podrobným popisem a zadanou výjimkou. |
WarningException(String, String) |
Inicializuje novou instanci WarningException třídy se zadanou zprávou a s přístupem k zadanému souboru nápovědy. |
WarningException(String, String, String) |
Inicializuje novou instanci WarningException třídy se zadanou zprávou a s přístupem k zadanému souboru nápovědy a tématu. |
WarningException()
- Zdroj:
- WarningException.cs
- Zdroj:
- WarningException.cs
- Zdroj:
- WarningException.cs
Inicializuje novou instanci WarningException třídy.
public:
WarningException();
public WarningException ();
Public Sub New ()
Platí pro
WarningException(String)
- Zdroj:
- WarningException.cs
- Zdroj:
- WarningException.cs
- Zdroj:
- WarningException.cs
Inicializuje novou instanci WarningException třídy se zadanou zprávou a bez souboru nápovědy.
public:
WarningException(System::String ^ message);
public WarningException (string message);
public WarningException (string? message);
new System.ComponentModel.WarningException : string -> System.ComponentModel.WarningException
Public Sub New (message As String)
Parametry
- message
- String
Zpráva, která se má zobrazit koncovému uživateli.
Platí pro
WarningException(SerializationInfo, StreamingContext)
- Zdroj:
- WarningException.cs
- Zdroj:
- WarningException.cs
- Zdroj:
- WarningException.cs
Upozornění
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Inicializuje novou instanci WarningException třídy pomocí zadané serializace dat a kontextu.
protected:
WarningException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected WarningException (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 WarningException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ComponentModel.WarningException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.WarningException
[<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.ComponentModel.WarningException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ComponentModel.WarningException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametry
- info
- SerializationInfo
Slouží SerializationInfo k deserializaci.
- context
- StreamingContext
Cíl, který se má použít pro deserializaci.
- Atributy
Platí pro
WarningException(String, Exception)
- Zdroj:
- WarningException.cs
- Zdroj:
- WarningException.cs
- Zdroj:
- WarningException.cs
Inicializuje novou instanci WarningException třídy se zadaným podrobným popisem a zadanou výjimkou.
public:
WarningException(System::String ^ message, Exception ^ innerException);
public WarningException (string message, Exception innerException);
public WarningException (string? message, Exception? innerException);
new System.ComponentModel.WarningException : string * Exception -> System.ComponentModel.WarningException
Public Sub New (message As String, innerException As Exception)
Parametry
- message
- String
Podrobný popis chyby
- innerException
- Exception
Odkaz na vnitřní výjimku, která je příčinou této výjimky.
Platí pro
WarningException(String, String)
- Zdroj:
- WarningException.cs
- Zdroj:
- WarningException.cs
- Zdroj:
- WarningException.cs
Inicializuje novou instanci WarningException třídy se zadanou zprávou a s přístupem k zadanému souboru nápovědy.
public:
WarningException(System::String ^ message, System::String ^ helpUrl);
public WarningException (string message, string helpUrl);
public WarningException (string? message, string? helpUrl);
new System.ComponentModel.WarningException : string * string -> System.ComponentModel.WarningException
Public Sub New (message As String, helpUrl As String)
Parametry
- message
- String
Zpráva, která se má zobrazit koncovému uživateli.
- helpUrl
- String
Soubor nápovědy, který se zobrazí, pokud uživatel požádá o pomoc.
Platí pro
WarningException(String, String, String)
- Zdroj:
- WarningException.cs
- Zdroj:
- WarningException.cs
- Zdroj:
- WarningException.cs
Inicializuje novou instanci WarningException třídy se zadanou zprávou a s přístupem k zadanému souboru nápovědy a tématu.
public:
WarningException(System::String ^ message, System::String ^ helpUrl, System::String ^ helpTopic);
public WarningException (string message, string helpUrl, string helpTopic);
public WarningException (string? message, string? helpUrl, string? helpTopic);
new System.ComponentModel.WarningException : string * string * string -> System.ComponentModel.WarningException
Public Sub New (message As String, helpUrl As String, helpTopic As String)
Parametry
- message
- String
Zpráva, která se má zobrazit koncovému uživateli.
- helpUrl
- String
Soubor nápovědy, který se zobrazí, pokud uživatel požádá o pomoc.
- helpTopic
- String
Téma nápovědy, které se zobrazí, pokud uživatel požádá o pomoc.