Udostępnij za pośrednictwem


SmsQueryException.ExtendStatusErrorCode Property

Gets the extended status error code.

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

Usage

'Usage
Dim instance As SmsQueryException
Dim value As Long

value = instance.ExtendStatusErrorCode

Syntax

'Declaration
Public ReadOnly Property ExtendStatusErrorCode As Long
public long ExtendStatusErrorCode { get; }
public:
property long long ExtendStatusErrorCode {
    long long get ();
}
/** @property */
public long get_ExtendStatusErrorCode ()
public function get ExtendStatusErrorCode () : long

Property Value

Extended status error code.

Remarks

For more information about extended status error codes, see SMS_ExtendedStatus Class and About Configuration Manager Errors.

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

Other Resources

SMS_ExtendedStatus Class
About Configuration Manager Errors