Grasshopper API
TracingAssert Method (Guid, String, Exception) |
Display a typical assert dialog with stack information.
Namespace: Grasshopper
Assembly: Grasshopper (in Grasshopper.dll)
public static void Assert( Guid assert_id, string message, Exception exception )
Public Shared Sub Assert ( assert_id As Guid, message As String, exception As Exception )
Parameters
- assert_id
- Type: SystemGuid
ID of assert message. Every assert must have a unique ID so individual messages can be ignored. - message
- Type: SystemString
The text to display as the assert message. - exception
- Type: SystemException
Exception object to harvest further information from.