GraphException Class
Updated: July 6, 2017
Base class for any graph library-focused exceptions
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
| Name | Description | |
|---|---|---|
![]() | GraphException | Default constructor. When throwing please prefer a more descriptive one. |
![]() | GraphException | Constructor. Use it for server side issues when an inner exception was caught and we need to wrap it. |
![]() | GraphException | Constructor. Use it when an inner exception was caught and we need to wrap it. |
![]() | GraphException | Constructor. Use it when no inner (e.g. external) exception is available. |
![]() | GraphException | Constructor. Use it for server side issues when no inner (e.g. external) exception is available. |
| Name | Description | |
|---|---|---|
![]() | Current execution context name, as set by the client caller code | |
![]() | (Inherited from Exception.) | |
![]() | Error code associated with the exception. Using HTTP Error codes as rescribed by RFC 2615: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html If none is provided in the constuctor, an 500 Internal Server Error will be returned. | |
![]() | Current logical frame (name of innermost execution scope) | |
![]() | (Inherited from Exception.) | |
![]() | (Inherited from Exception.) | |
![]() | (Inherited from Exception.) | |
![]() | (Inherited from Exception.) | |
![]() | Unique identifier (optionally provided by the client caller code) for the request assocaited with the execution at the moment when the exception was created/thrown. | |
![]() | (Inherited from Exception.) | |
![]() | (Inherited from Exception.) | |
![]() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetBaseException | (Inherited from Exception.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | (Inherited from Exception.) |
![]() | GetType | (Inherited from Exception.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Converts an exception to a display string. (Overrides ExceptionToString.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | IsDefined | Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.) |
![]() | IsNull | Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.) |
![]() | IsPrimitive | Determines if a certain property is of premitive JSON type. (Defined by TypeCheckFunctionsExtensions.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



