ExceptionFormatter.AdditionalInfo Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Gets additional information related to the Exception but not stored in the exception (eg: the time in which the Exception was thrown).
Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll)
Syntax
'Declaration
PublicReadOnlyPropertyAdditionalInfoAs NameValueCollection
public NameValueCollection AdditionalInfo { get; }
public:
property NameValueCollection^ AdditionalInfo {
NameValueCollection^ get ();
}
publicfunction getAdditionalInfo () : NameValueCollection
Field Value
Additional information related to the Exception but not stored in the exception (for example, the time when the Exception was thrown).
See Also
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |