Click or drag to resize
SemanticalException Constructor (String, Exception, String, Int32)
Initializes a new instance of the SemanticalException class

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SemanticalException(
	string message,
	Exception inner,
	string data,
	int idx
)

Parameters

message
Type: SystemString
inner
Type: SystemException
data
Type: SystemString
idx
Type: SystemInt32
See Also