Show / Hide Table of Contents

    Class CloudException

    Inheritance
    Exception
    RestException
    CloudException
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.Azure.dll
    Syntax
    public class CloudException : Microsoft.Rest.RestException

    Constructors

    CloudException()

    Declaration
    public CloudException ();

    CloudException(String)

    Declaration
    public CloudException (string message);
    Parameters
    String message

    CloudException(SerializationInfo, StreamingContext)

    Declaration
    public CloudException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
    Parameters
    SerializationInfo info

    StreamingContext context

    CloudException(String, Exception)

    Declaration
    public CloudException (string message, Exception innerException);
    Parameters
    String message

    Exception innerException

    Properties

    Body

    Declaration
    public Microsoft.Rest.Azure.CloudError Body { get; set; }
    Property Value
    CloudError

    Request

    Declaration
    public Microsoft.Rest.HttpRequestMessageWrapper Request { get; set; }
    Property Value
    HttpRequestMessageWrapper

    RequestId

    Declaration
    public string RequestId { get; set; }
    Property Value
    String

    Response

    Declaration
    public Microsoft.Rest.HttpResponseMessageWrapper Response { get; set; }
    Property Value
    HttpResponseMessageWrapper

    Methods

    GetObjectData(SerializationInfo, StreamingContext)

    Declaration
    public override void GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
    Parameters
    SerializationInfo info

    StreamingContext context

    Back to top Azure SDK for Net