RegexMatchTimeoutException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the RegexMatchTimeoutException class with serialized data.
Namespace: System.Text.RegularExpressions
Assembly: System (in System.dll)
'Declaration Protected Sub New ( _ info As SerializationInfo, _ context As StreamingContext _ )
Parameters
- info
- Type: System.Runtime.Serialization.SerializationInfo
The object that contains the serialized data.
- context
- Type: System.Runtime.Serialization.StreamingContext
The stream that contains the serialized data.
This constructor is not called directly by your code to instantiate the RegexMatchTimeoutException object. Instead, it is called by the IFormatter.Deserialize method when deserializing the RegexMatchTimeoutException object from a stream.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.