Partager via


Propriété Message

Gets the error message. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property Message As String
    Get
'Utilisation
Dim instance As SfcQueryConnectionUnavailableException
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

Valeur de propriété

Type : System. . :: . .String
The error message that explains the reason for the exception.

Implémente

_Exception. . :: . .Message