Costruttore WebTestEndOfDataException (String, Exception)
Inizializza una nuova istanza della classe WebTestEndOfDataException con un messaggio di errore e un riferimento all'eccezione Exception interna che ha causato questa eccezione.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String, _
innerException As Exception _
)
public WebTestEndOfDataException(
string message,
Exception innerException
)
public:
WebTestEndOfDataException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> WebTestEndOfDataException
public function WebTestEndOfDataException(
message : String,
innerException : Exception
)
Parametri
message
Tipo: StringMessaggio di errore nel quale viene indicato il motivo dell’eccezione
innerException
Tipo: ExceptionEccezione causa dell'eccezione corrente.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
WebTestEndOfDataException Classe