RetryException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy RetryException.
Przeciążenia
RetryException() |
Inicjuje nowe wystąpienie klasy RetryException. |
RetryException(String) |
Inicjuje nowe wystąpienie klasy RetryException z określonym komunikatem. |
RetryException(SerializationInfo, StreamingContext) |
Inicjuje RetryException nowe wystąpienie klasy z określonymi SerializationInfo parametrami i StreamingContext. |
RetryException(String, Exception) |
Inicjuje RetryException nowe wystąpienie klasy z określonym komunikatem i wyjątkiem wewnętrznym. |
RetryException()
Inicjuje nowe wystąpienie klasy RetryException.
public:
RetryException();
public RetryException ();
Public Sub New ()
Dotyczy
RetryException(String)
Inicjuje nowe wystąpienie klasy RetryException z określonym komunikatem.
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
Komunikat wyjątku.
Dotyczy
RetryException(SerializationInfo, StreamingContext)
Inicjuje RetryException nowe wystąpienie klasy z określonymi SerializationInfo parametrami i 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
Informacje serializacji.
- context
- StreamingContext
Kontekst przesyłania strumieniowego.
- Atrybuty
Dotyczy
RetryException(String, Exception)
Inicjuje RetryException nowe wystąpienie klasy z określonym komunikatem i wyjątkiem wewnętrznym.
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
Komunikat wyjątku.
- innerException
- Exception
Wyjątek wewnętrzny.