Właściwość PropertyNotSetException.Message
Pobiera komunikat, który opisuje bieżący wyjątek.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Overrides ReadOnly Property Message As String
Get
'Użycie
Dim instance As PropertyNotSetException
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
Wartość właściwości
Typ: System.String
A String , który określa komunikat wyjątku.
Implementacje
Zobacz także