GraphException Class

 

Updated: July 6, 2017

Base class for any graph library-focused exceptions

Namespace:   Microsoft.Azure.Graphs
Assembly:  Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)

SystemObject
  SystemException
    Microsoft.Azure.GraphsGraphException

No code example is currently available or this language may not be supported.

NameDescription
System_CAPS_pubmethodGraphException

Default constructor. When throwing please prefer a more descriptive one.

System_CAPS_pubmethodGraphException

Constructor. Use it for server side issues when an inner exception was caught and we need to wrap it.

System_CAPS_pubmethodGraphException

Constructor. Use it when an inner exception was caught and we need to wrap it.

System_CAPS_pubmethodGraphException

Constructor. Use it when no inner (e.g. external) exception is available.

System_CAPS_pubmethodGraphException

Constructor. Use it for server side issues when no inner (e.g. external) exception is available.

NameDescription
System_CAPS_pubproperty

Current execution context name, as set by the client caller code

System_CAPS_pubproperty

(Inherited from Exception.)

System_CAPS_pubproperty

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.

System_CAPS_pubproperty

Current logical frame (name of innermost execution scope)

System_CAPS_pubproperty

(Inherited from Exception.)

System_CAPS_pubproperty

(Inherited from Exception.)

System_CAPS_pubproperty

(Inherited from Exception.)

System_CAPS_pubproperty

(Inherited from Exception.)

System_CAPS_pubproperty

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.

System_CAPS_pubproperty

(Inherited from Exception.)

System_CAPS_pubproperty

(Inherited from Exception.)

System_CAPS_pubproperty

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals

(Inherited from Object.)

System_CAPS_protmethodFinalize

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData

(Inherited from Exception.)

System_CAPS_pubmethodGetType

(Inherited from Exception.)

System_CAPS_protmethodMemberwiseClone

(Inherited from Object.)

System_CAPS_pubmethodToString

Converts an exception to a display string. (Overrides ExceptionToString.)

NameDescription
System_CAPS_proteventSerializeObjectState

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodIsDefined

Determines if a certain property is defined or not. (Defined by TypeCheckFunctionsExtensions.)

System_CAPS_pubmethodIsNull

Determines if a certain property is null or not. (Defined by TypeCheckFunctionsExtensions.)

System_CAPS_pubmethodIsPrimitive

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.

Return to top
Show: