Class CreatorFailureDisplayBox
Displays failures from Renderer.
Inheritance
System.Object
    System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
    System.Windows.Media.Visual
    System.Windows.UIElement
    System.Windows.FrameworkElement
    System.Windows.Controls.Panel
    System.Windows.Controls.WrapPanel
    CreatorFailureDisplayBox
  Implements
System.ComponentModel.ISupportInitialize
  Namespace: Vortex.Presentation.Wpf
Assembly: Vortex.Presentation.Wpf.dll
Syntax
public class CreatorFailureDisplayBox : WrapPanel, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild, IComponentConnector
  Constructors
CreatorFailureDisplayBox()
Creates new instance of CreatorFailureDisplayBox.
Declaration
public CreatorFailureDisplayBox()
  CreatorFailureDisplayBox(Exception, ReportingLevel)
Creates new instance of CreatorFailureDisplayBox
Declaration
public CreatorFailureDisplayBox(Exception description, ReportingLevel severity)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Exception | description | |
| ReportingLevel | severity | 
Fields
_contentLoaded
Declaration
bool _contentLoaded
  Field Value
| Type | Description | 
|---|---|
| System.Boolean | 
ErrorTextBlock
Declaration
TextBox ErrorTextBlock
  Field Value
| Type | Description | 
|---|---|
| System.Windows.Controls.TextBox | 
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
  Implements
      System.ComponentModel.ISupportInitialize