Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the AssertInconclusiveException class with serialized data.
Namespace: Microsoft.VisualStudio.TestTools.UnitTesting
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected AssertInconclusiveException(
SerializationInfo info,
StreamingContext context
)
protected:
AssertInconclusiveException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> AssertInconclusiveException
protected function AssertInconclusiveException(
info : SerializationInfo,
context : StreamingContext
)
Parameters
info
Type: SerializationInfoThe SerializationInfo that holds the serialized object data about the exception being thrown.
context
Type: StreamingContextThe StreamingContext that contains contextual information about the source or destination.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | info parameter is nulla null reference (Nothing in Visual Basic). |
| SerializationException | The class name is nulla null reference (Nothing in Visual Basic). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AssertInconclusiveException Class
AssertInconclusiveException Overload
Microsoft.VisualStudio.TestTools.UnitTesting Namespace