Condividi tramite


Proprietà Message

Gets the message that describes the current exception.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property Message As String
    Get
'Utilizzo
Dim instance As PropertyReadOnlyException
Dim value As String

value = instance.Message
public override string Message { get; }
public:
virtual property String^ Message {
    String^ get () override;
}
abstract Message : string
override Message : string
override function get Message () : String

Valore proprietà

Tipo: System. . :: . .String
A String that specifies the message that describes the exception.

Implementa

_Exception. . :: . .Message