SemanticalException Constructor (String, Exception) |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemString
- inner
- Type: SystemException
See Also