API Reference
Class
FirewallProfileListQueryFailure
Typed failure payload for firewall profile list queries.
Inheritance
- Object
- FirewallProfileListQueryFailure
Constructors
public FirewallProfileListQueryFailure() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public FirewallProfileListQueryFailureCode Code { get; set; } #Failure category.
public String Message { get; set; } #Human-readable failure message.
public String ExceptionType { get; set; } #CLR exception type name when available.
public Nullable<Int32> HResult { get; set; } #Exception HRESULT when available.