UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

Assertion..::..ThrowAssertion Method (Boolean, Int16, String)

Throws the assertion.

Namespace:  UAOOI.ProcessObserver.RealTime.Processes
Assembly:  RealTime (in RealTime.dll)

Syntax


public void ThrowAssertion(
	bool assertion,
	short category,
	string newMessage
)
Public Sub ThrowAssertion ( _
	assertion As Boolean, _
	category As Short, _
	newMessage As String _
)
public:
void ThrowAssertion(
	bool^ assertion, 
	short^ category, 
	String^ newMessage
)

Parameters

assertion
Type: Boolean
the result of condition of assertion
category
Type: Int16
The category.
newMessage
Type: String
The message.