ExceptionMessageBox.Data Property

Definition

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.

public:
 property System::Collections::IDictionary ^ Data { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary Data { get; }
member this.Data : System.Collections.IDictionary
Public ReadOnly Property Data As IDictionary

Property Value

An IDictionary interface.

Applies to