Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 1.87 KB

wsman-error.md

File metadata and controls

70 lines (42 loc) · 1.87 KB
title description ms.assetid ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
WSMan.Error property (WSManDisp.h)
Gets additional error information, in an XML stream, for the preceding call to a WSMan method if Windows Remote Management service was unable to create a Session object, a ConnectionOptions object, or a ResourceLocator object.
72d05ef9-672c-4693-b7c9-6d689858acd4
multiple
Error property Windows Remote Management
Error property Windows Remote Management , WSMan object
WSMan object Windows Remote Management , Error property
apiref
WSMan.Error
WSMAuto.dll
COM
reference
05/31/2018

WSMan.Error property

Gets additional error information, in an XML stream, for the preceding call to a WSMan method if Windows Remote Management service was unable to create a Session object, a ConnectionOptions object, or a ResourceLocator object.

This property is read-only.

Syntax

WSMan.Error As BSTR

Property value

The XML representation of the error information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
WSManDisp.h
IDL
WSManDisp.idl
Library
WSManDisp.tlb
DLL
WSMAuto.dll

See also

WSMan