Dela via


ExceptionMessageBox.Message 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 Message instead.

Namespace:  Microsoft.NetEnterpriseServers
Assembly:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (in Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Syntax

'Declaration
Public Property Message As Exception
    Get
    Set
'Usage
Dim instance As ExceptionMessageBox
Dim value As Exception

value = instance.Message

instance.Message = value
public Exception Message { get; set; }
public:
property Exception^ Message {
    Exception^ get ();
    void set (Exception^ value);
}
member Message : Exception with get, set
function get Message () : Exception
function set Message (value : Exception)

Property Value

Type: System.Exception
An Exception object.