RowNotInTableException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza della classe RowNotInTableException senza argomenti.
Overload
RowNotInTableException() |
Inizializza una nuova istanza della classe RowNotInTableException. |
RowNotInTableException(String) |
Inizializza una nuova istanza della classe RowNotInTableException con la stringa specificata. |
RowNotInTableException(SerializationInfo, StreamingContext) |
Obsoleti.
Inizializza una nuova istanza della classe RowNotInTableException con le informazioni di serializzazione. |
RowNotInTableException(String, Exception) |
Inizializza una nuova istanza della classe RowNotInTableException con un messaggio di errore specificato e un riferimento all'eccezione interna che è la causa dell'eccezione corrente. |
RowNotInTableException()
- Source:
- DataException.cs
- Source:
- DataException.cs
- Source:
- DataException.cs
Inizializza una nuova istanza della classe RowNotInTableException.
public:
RowNotInTableException();
public RowNotInTableException ();
Public Sub New ()
Si applica a
RowNotInTableException(String)
- Source:
- DataException.cs
- Source:
- DataException.cs
- Source:
- DataException.cs
Inizializza una nuova istanza della classe RowNotInTableException con la stringa specificata.
public:
RowNotInTableException(System::String ^ s);
public RowNotInTableException (string? s);
public RowNotInTableException (string s);
new System.Data.RowNotInTableException : string -> System.Data.RowNotInTableException
Public Sub New (s As String)
Parametri
- s
- String
Stringa da visualizzare quando viene generata l'eccezione.
Si applica a
RowNotInTableException(SerializationInfo, StreamingContext)
- Source:
- DataException.cs
- Source:
- DataException.cs
- Source:
- DataException.cs
Attenzione
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Inizializza una nuova istanza della classe RowNotInTableException con le informazioni di serializzazione.
protected:
RowNotInTableException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RowNotInTableException (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 RowNotInTableException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.RowNotInTableException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.RowNotInTableException
[<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.Data.RowNotInTableException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.RowNotInTableException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametri
- info
- SerializationInfo
Dati necessari per serializzare o deserializzare un oggetto.
- context
- StreamingContext
Descrizione dell'origine e della destinazione del flusso serializzato specificato.
- Attributi
Vedi anche
Si applica a
RowNotInTableException(String, Exception)
- Source:
- DataException.cs
- Source:
- DataException.cs
- Source:
- DataException.cs
Inizializza una nuova istanza della classe RowNotInTableException con un messaggio di errore specificato e un riferimento all'eccezione interna che è la causa dell'eccezione corrente.
public:
RowNotInTableException(System::String ^ message, Exception ^ innerException);
public RowNotInTableException (string? message, Exception? innerException);
public RowNotInTableException (string message, Exception innerException);
new System.Data.RowNotInTableException : string * Exception -> System.Data.RowNotInTableException
Public Sub New (message As String, innerException As Exception)
Parametri
- message
- String
Messaggio di errore in cui viene indicato il motivo dell'eccezione.
- innerException
- Exception
Eccezione causa dell'eccezione corrente o riferimento Null (Nothing
in Visual Basic) se non viene specificata alcuna eccezione interna.