Initializes a new instance of the MaskedTextDisplayException class.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
protected MaskedTextDisplayException(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic (Declaration)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)

Parameters

info
Type: System.Runtime.Serialization..::.SerializationInfo
The serialized object data about the exception being thrown.
context
Type: System.Runtime.Serialization..::.StreamingContext
Contextual information about the source or destination.

See Also