Udostępnij przez


Właściwość Message

Ta funkcja zostanie usunięta z przyszłej wersji programu Microsoft SQL Server. Należy unikać stosowania tej funkcji w nowych projektach oraz zaplanować modyfikację aplikacji, w których obecnie jest używana ta funkcja.Użyj Message zamiast.

Przestrzeń nazw:  Microsoft.NetEnterpriseServers
Zestaw:  Microsoft.NetEnterpriseServers.ExceptionMessageBox (w Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Syntax

'Deklaracja
Public Property Message As Exception
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System. . :: . .Exception
Exception Obiektu.