Click or drag to resize

SemanticalException Constructor (String, Exception)

Initializes a new instance of the SemanticalException class

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

Parameters

message
Type: SystemString
inner
Type: SystemException
See Also