Costruttore TestObjectMustBeSavedException (SerializationInfo, StreamingContext)
Imposta l'oggetto SerializationInfo con informazioni sull'eccezione.
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected TestObjectMustBeSavedException(
SerializationInfo info,
StreamingContext context
)
protected:
TestObjectMustBeSavedException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> TestObjectMustBeSavedException
protected function TestObjectMustBeSavedException(
info : SerializationInfo,
context : StreamingContext
)
Parametri
info
Tipo: SerializationInfoOggetto SerializationInfo.
context
Tipo: StreamingContextOggetto StreamingContext.
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
TestObjectMustBeSavedException Classe
Overload TestObjectMustBeSavedException
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client