AzureHttpRequestException.AzureErrorInfo Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
Public Property AzureErrorInfo As ErrorInfo
public ErrorInfo AzureErrorInfo { get; private set; }
public:
property ErrorInfo^ AzureErrorInfo {
ErrorInfo^ get ();
private: void set (ErrorInfo^ value);
}
member AzureErrorInfo : ErrorInfo with get, private set
function get AzureErrorInfo () : ErrorInfo
private function set AzureErrorInfo (value : ErrorInfo)
Property Value
Type: Microsoft.TeamFoundation.Deployment.Workflow.AzureManagement.v1_7.ErrorInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AzureHttpRequestException Class
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace