Inheritance
System.Object
UIWidgetsErrorDetailsForRendering
public class UIWidgetsErrorDetailsForRendering : UIWidgetsErrorDetails
Constructors
Declaration
public UIWidgetsErrorDetailsForRendering(Exception exception = null, string library = null, string context = null, RenderObject renderObject = null, InformationCollector informationCollector = null, bool silent = false)
Parameters
Type |
Name |
Description |
System.Exception |
exception |
|
System.String |
library |
|
System.String |
context |
|
RenderObject |
renderObject |
|
InformationCollector |
informationCollector |
|
System.Boolean |
silent |
|
Fields
Declaration
public readonly RenderObject renderObject
Field Value