Class CloudException
Inheritance
CloudException
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Rest.ClientRuntime.Azure.dll
Syntax
public class CloudException : Microsoft.Rest.RestException
Constructors
Declaration
public CloudException ();
Declaration
public CloudException (string message);
Parameters
Declaration
public CloudException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Parameters
Declaration
public CloudException (string message, Exception innerException);
Parameters
Properties
Declaration
public Microsoft.Rest.Azure.CloudError Body { get; set; }
Property Value
Declaration
public Microsoft.Rest.HttpRequestMessageWrapper Request { get; set; }
Property Value
Declaration
public string RequestId { get; set; }
Property Value
Declaration
public Microsoft.Rest.HttpResponseMessageWrapper Response { get; set; }
Property Value
Methods
Declaration
public override void GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Parameters