Show / Hide Table of Contents

    Class GraphResponseException

    Class representing GraphResponseException

    Inheritance
    Object
    Exception
    GraphResponseException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    Namespace: Microsoft.Graph.Communications.Common.Transport
    Assembly: Microsoft.Graph.Communications.Common.dll
    Syntax
    public class GraphResponseException : Exception, ISerializable, _Exception

    Constructors

    GraphResponseException(IGraphResponse)

    Initializes a new instance of the GraphResponseException class.

    Declaration
    public GraphResponseException(IGraphResponse errorResponse)
    Parameters
    Type Name Description
    IGraphResponse errorResponse

    The error response.

    Properties

    Response

    Gets the response.

    Declaration
    public IGraphResponse Response { get; }
    Property Value
    Type Description
    IGraphResponse

    The response.

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception

    Extension Methods

    AdditionalDataExtensions.SetInAdditionalData(Object, String, Object)
    Extensions.Pin(Object)
    Extensions.ChangeType(Object, Type)
    Extensions.ChangeType<T>(Object)
    Extensions.TryDispose(Object, IGraphLogger)
    ExceptionUtils.FindInnerException(Exception)
    ExceptionUtils.FormatException(Exception, Int32)
    ReflectionUtils.GetPropertyUsingReflection(Object, String)
    ReflectionUtils.SetPropertyUsingReflection(Object, String, Object)
    Validator.IsNull(Object, String, String)
    Validator.NotNull<T>(T, String, String)
    Validator.Equals<T>(T, T, String, String)
    Validator.Equals<T, TE>(T, T, String)
    Validator.NotEquals<T>(T, T, String, String)

    See Also

    Exception
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.