Click or drag to resize
ErrorUnitCentral_GenerateErrorPrecondition Method
Generate Error Precondition

Namespace: ErrorUnit
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public static string _GenerateErrorPrecondition(
	Object invocationClassValue,
	string methodName,
	Object[] arguments
)

Parameters

invocationClassValue
Type: SystemObject
this
methodName
Type: SystemString
Method Name
arguments
Type: SystemObject
Parameter arguments

Return Value

Type: String

[Missing <returns> documentation for "M:ErrorUnit.ErrorUnitCentral._GenerateErrorPrecondition(System.Object,System.String,System.Object[])"]

See Also