Show / Hide Table of Contents

    Class RestException

    Inheritance
    Exception
    RestException
    ErrorResponseException
    HttpOperationException
    SerializationException
    ValidationException
    CloudException
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Rest.ClientRuntime.dll
    Syntax
    [System.Serializable]
    public class RestException : Exception

    Constructors

    RestException()

    Declaration
    public RestException ();

    RestException(String)

    Declaration
    public RestException (string message);
    Parameters
    String message

    RestException(SerializationInfo, StreamingContext)

    Declaration
    protected RestException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
    Parameters
    SerializationInfo info

    StreamingContext context

    RestException(String, Exception)

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

    Exception innerException

    Back to top Azure SDK for Net