Click or drag to resize

SemanticalException(String, Exception, String, Int32) Constructor

Initializes a new instance of the SemanticalException class

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

Parameters

message  String
 
inner  Exception
 
data  String
 
idx  Int32
 
See Also