Click or drag to resize

ValidateAssertNotNull Method

Throws NullReferenceException if null is passed in.

Namespace:  CallFlowFramework
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public static void AssertNotNull(
	Object arg,
	string assertion_statement
)

Parameters

arg
Type: SystemObject

[Missing <param name="arg"/> documentation for "M:CallFlowFramework.Validate.AssertNotNull(System.Object,System.String)"]

assertion_statement
Type: SystemString

[Missing <param name="assertion_statement"/> documentation for "M:CallFlowFramework.Validate.AssertNotNull(System.Object,System.String)"]

See Also