Click or drag to resize

AskiaPortalExceptionExtraInformation Property

Extra information that describes the exception. A dictionary from property name to value.

Namespace:  AskiaPortalCmn.Exceptions
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public IDictionary<string, Object> ExtraInformation { get; }

Property Value

Type: IDictionaryString, Object
Remarks
This property may be used to provide machine-readable error information, as well as providing granular error information for exceptions that cover more than one error, such as validation errors.
See Also