Indicates that masked text cannot be displayed because of invalid styling or prompt representation (see IDisplayElementStyleProvider and IPromptCharDisplaySelector).

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

Syntax

C#
[SerializableAttribute]
public class MaskedTextDisplayException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class MaskedTextDisplayException _
	Inherits Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Mindscape.WpfElements..::.MaskedTextDisplayException

See Also