SemanticalException(String, Exception) Constructor |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic SemanticalException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
SemanticalException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> SemanticalException
Parameters
- message String
-
- inner Exception
-
See Also