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#
public MaskedTextDisplayException(
	string message
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)

Parameters

message
Type: System..::.String
The message associated with the exception.

See Also