Share via


SmsQueryException.Message Property

Gets a message that describes the exception, including detailed formatted error data, if it is available.

Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As SmsQueryException
Dim value As String

value = instance.Message

Syntax

'Declaration
Public Overrides ReadOnly Property Message As String
public override string Message { get; }
public:
virtual property String^ Message {
    String^ get () override;
}
/** @property */
public String get_Message ()
public override function get Message () : String

Property Value

Message string.

Remarks

Your application must implement its own version of this property in a derived class.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SmsQueryException Class
SmsQueryException Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace