Class TooManyObjectsToRenderException
Inheritance
System.Object
    System.Exception
    TooManyObjectsToRenderException
  Implements
System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
  Inherited Members
      System.Exception.GetBaseException()
    
    
      System.Exception.ToString()
    
    
      System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    
    
      System.Exception.InternalToString()
    
    
      System.Exception.GetType()
    
    
      System.Exception.Message
    
    
      System.Exception.Data
    
    
      System.Exception.InnerException
    
    
      System.Exception.TargetSite
    
    
      System.Exception.StackTrace
    
    
      System.Exception.HelpLink
    
    
      System.Exception.Source
    
    
      System.Exception.HResult
    
    
      System.Exception.SerializeObjectState
    
  Namespace: Vortex.Presentation.Wpf
Assembly: Vortex.Presentation.Wpf.dll
Syntax
public class TooManyObjectsToRenderException : Exception, ISerializable, _Exception
  Constructors
TooManyObjectsToRenderException(String, FrameworkElement)
Declaration
public TooManyObjectsToRenderException(string message, FrameworkElement partiallyRendered)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | |
| System.Windows.FrameworkElement | partiallyRendered | 
Properties
PartiallyRendered
Declaration
public FrameworkElement PartiallyRendered { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Windows.FrameworkElement | 
Implements
      System.Runtime.Serialization.ISerializable
  
  
      System.Runtime.InteropServices._Exception