RetryException Costruttori
Definizione
Inizializza una nuova istanza della classe RetryException.Initializes a new instance of the RetryException class.
Overload
RetryException() |
Inizializza una nuova istanza della classe RetryException.Initializes a new instance of the RetryException class. |
RetryException(String) |
Inizializza una nuova istanza della classe RetryException con il messaggio specificato.Initializes a new instance of the RetryException class with the specified message. |
RetryException(SerializationInfo, StreamingContext) |
Inizializza una nuova istanza della classe RetryException con gli oggetti SerializationInfo e StreamingContext specificati.Initializes a new instance of the RetryException class with the specified SerializationInfo and StreamingContext. |
RetryException(String, Exception) |
Inizializza una nuova istanza della classe RetryException con il messaggio e l'eccezione interna specificati.Initializes a new instance of the RetryException class with the specified message and inner exception. |
RetryException()
Inizializza una nuova istanza della classe RetryException.Initializes a new instance of the RetryException class.
public:
RetryException();
public RetryException ();
Public Sub New ()
Si applica a
RetryException(String)
Inizializza una nuova istanza della classe RetryException con il messaggio specificato.Initializes a new instance of the RetryException class with the specified message.
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)
Parametri
- message
- String
Il messaggio dell'eccezione.The exception message.
Si applica a
RetryException(SerializationInfo, StreamingContext)
Inizializza una nuova istanza della classe RetryException con gli oggetti SerializationInfo e StreamingContext specificati.Initializes a new instance of the RetryException class with the specified SerializationInfo and 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)
Parametri
- info
- SerializationInfo
Informazioni di serializzazione.The serialization information.
- context
- StreamingContext
Contesto di flusso.The streaming context.
- Attributi
Si applica a
RetryException(String, Exception)
Inizializza una nuova istanza della classe RetryException con il messaggio e l'eccezione interna specificati.Initializes a new instance of the RetryException class with the specified message and inner exception.
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)
Parametri
- message
- String
Il messaggio dell'eccezione.The exception message.
- innerException
- Exception
Eccezione interna.The inner exception.