Initializes a new instance of the SequenceException class
with serialized data.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected SequenceException( SerializationInfo info, StreamingContext context )
Protected Sub New ( _ info As SerializationInfo, _ context As StreamingContext _ )
protected: SequenceException( SerializationInfo^ info, StreamingContext context )
Parameters
- info (SerializationInfo)
- The object that holds the serialized object data.
- context (StreamingContext)
- The contextual information about the source or destination.
Assembly: MoreLinq (Module: MoreLinq.dll) Version: 1.0.16006.0 (1.0.16006.1845)