ConstantsExceptionDisplayDefaultKey Field

The key used to store if a particular exception (in a chain of inner exceptions, or within an aggregate exception) should show up by default in the UI, stored in an exception's Data property. If more than one exception is marked, the first one encountered will show up by default. If none are marked, then the top-most will display by default. The value of this data key can be anything that isn't null, preferably .

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public const string ExceptionDisplayDefaultKey = "4367b70f-a059-4aa2-aa9f-c8b2c0e9fa56"

Field Value

Type: String
Remarks
The value of this constant is 4367b70f-a059-4aa2-aa9f-c8b2c0e9fa56.
See Also