TestFailureException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the TestFailureException class with serialized data.
Namespace: Microsoft.SpecExplorer.Runtime.Testing
Assembly: Microsoft.SpecExplorer.Runtime (in Microsoft.SpecExplorer.Runtime.dll)
Usage
'Usage
Syntax
'Declaration
protected TestFailureException (
SerializationInfo serializationInfo,
StreamingContext streamingContext
)
Parameters
- serializationInfo
The object that holds the serialized object data.
- streamingContext
The contextual information about the source or destination.
Remarks
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
Platforms
Development Platforms
Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP SP2 or later, Microsoft Windows Server 2008, Microsoft Windows Server 2003
See Also
Reference
TestFailureException Class
TestFailureException Members
Microsoft.SpecExplorer.Runtime.Testing Namespace