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; }
Public ReadOnly Property ExtraInformation As IDictionary(Of String, Object)
Get
public:
property IDictionary<String^, Object^>^ ExtraInformation {
IDictionary<String^, Object^>^ get ();
}
Property Value
Type:
IDictionaryString,
ObjectRemarks
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