API Reference
Class
PowerShellCommandQueryFailure
Failure payload for PowerShell command execution.
Inheritance
- Object
- PowerShellCommandQueryFailure
Constructors
public PowerShellCommandQueryFailure() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public PowerShellCommandQueryFailureCode Code { get; set; } #Failure category.
public String Message { get; set; } #Human-readable failure message.
public String RequestedHost { get; set; } #Requested host when available.
public String ExceptionType { get; set; } #CLR exception type when available.
public Nullable<Int32> HResult { get; set; } #Exception HRESULT when available.