Udostępnij za pośrednictwem


Właściwość SfcEmptyXmlException.Message

Pobiera komunikat o błędzie.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Overrides ReadOnly Property Message As String
    Get
'Użycie
Dim instance As SfcEmptyXmlException
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
Komunikat o błędzie wyjaśniający przyczynę wyjątek.

Implementacje

_Exception.Message