API Reference
Class
LocalIdentityInventoryQueryFailure
Typed failure payload for local identity inventory queries.
Inheritance
- Object
- LocalIdentityInventoryQueryFailure
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public LocalIdentityInventoryQueryFailure() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public LocalIdentityInventoryQueryFailureCode Code { get; set; } #Failure category.
public String ComputerName { get; set; } #Target computer when known.
public String Message { get; set; } #Human-readable failure message.
public String ExceptionType { get; set; } #Exception CLR type name when available.
public Nullable<Int32> HResult { get; set; } #Exception HRESULT when available.