RetryException 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 RetryException třídy .
Přetížení
RetryException() |
Inicializuje novou instanci RetryException třídy . |
RetryException(String) |
Inicializuje novou instanci třídy RetryException se zadanou zprávou. |
RetryException(SerializationInfo, StreamingContext) |
Inicializuje novou instanci RetryException třídy se zadanými SerializationInfo a StreamingContext. |
RetryException(String, Exception) |
Inicializuje novou instanci RetryException třídy se zadanou zprávou a vnitřní výjimkou. |
RetryException()
Inicializuje novou instanci RetryException třídy .
public:
RetryException();
public RetryException ();
Public Sub New ()
Platí pro
RetryException(String)
Inicializuje novou instanci třídy RetryException se zadanou zprávou.
public:
RetryException(System::String ^ message);
public RetryException (string message);
new System.ServiceModel.Channels.RetryException : string -> System.ServiceModel.Channels.RetryException
Public Sub New (message As String)
Parametry
- message
- String
Zpráva výjimky
Platí pro
RetryException(SerializationInfo, StreamingContext)
Inicializuje novou instanci RetryException třídy se zadanými SerializationInfo a StreamingContext.
protected:
RetryException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected RetryException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.ServiceModel.Channels.RetryException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.Channels.RetryException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametry
- info
- SerializationInfo
Informace o serializaci
- context
- StreamingContext
Kontext datového proudu.
- Atributy
Platí pro
RetryException(String, Exception)
Inicializuje novou instanci RetryException třídy se zadanou zprávou a vnitřní výjimkou.
public:
RetryException(System::String ^ message, Exception ^ innerException);
public RetryException (string message, Exception innerException);
new System.ServiceModel.Channels.RetryException : string * Exception -> System.ServiceModel.Channels.RetryException
Public Sub New (message As String, innerException As Exception)
Parametry
- message
- String
Zpráva výjimky
- innerException
- Exception
Vnitřní výjimka