Click or drag to resize

UnifiedExceptionCategoryData Class

Information about underlying nested exceptions
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.ExceptionsUnifiedExceptionCategoryData

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class UnifiedExceptionCategoryData

The UnifiedExceptionCategoryData type exposes the following members.

Constructors
  NameDescription
Public methodUnifiedExceptionCategoryData
Initializes a new instance of the UnifiedExceptionCategoryData class
Top
Properties
  NameDescription
Public propertyChildren
List of child exceptions for this type
Public propertyCount
Count of exceptions for this type
Public propertyProcessingSubType
Subtype of the underlying exception
Public propertyType
Unified exception type
Public propertyTypeString
Display string for type
Top
See Also