ExceptionMessageBox.Data Property
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. Use Data instead.
Namespace: Microsoft.NetEnterpriseServers
Assembly: Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Syntax
'Declaration
Public ReadOnly Property Data As IDictionary
Get
'Usage
Dim instance As ExceptionMessageBox
Dim value As IDictionary
value = instance.Data
public IDictionary Data { get; }
public:
property IDictionary^ Data {
IDictionary^ get ();
}
member Data : IDictionary
function get Data () : IDictionary
Property Value
Type: System.Collections.IDictionary
An IDictionary interface.