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