Class GraphsExceptionUtility
Inheritance
object
GraphsExceptionUtility
Assembly: solution.dll
Syntax
public static class GraphsExceptionUtility
Methods
GetException(IGraphElementWithDebugData, GraphPointer)
Declaration
public static Exception GetException(this IGraphElementWithDebugData element, GraphPointer pointer)
Parameters
Returns
| Type |
Description |
| Exception |
|
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