Class GraphsExceptionUtility
  
Inheritance
GraphsExceptionUtility
 
Syntax
public static class GraphsExceptionUtility
 
Methods
  
ClearExceptionInHierarchy(IGraphElementWithDebugData, GraphPointer)
Declaration
public static void ClearExceptionInHierarchy(this IGraphElementWithDebugData element, GraphPointer pointer)
 
Parameters
GetException(IGraphElementWithDebugData, GraphPointer)
Declaration
public static Exception GetException(this IGraphElementWithDebugData element, GraphPointer pointer)
 
Parameters
Returns
HandleException(IGraphElementWithDebugData, GraphPointer, Exception)
Declaration
public static Exception HandleException(this IGraphElementWithDebugData element, GraphPointer pointer, Exception ex)
 
Parameters
Returns
SetException(IGraphElementWithDebugData, GraphPointer, Exception)
Declaration
public static void SetException(this IGraphElementWithDebugData element, GraphPointer pointer, Exception ex)
 
Parameters