SemanticalException Constructor (String, Exception, String, Int32) |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SemanticalException(
string message,
Exception inner,
string data,
int idx
)
Public Sub New (
message As String,
inner As Exception,
data As String,
idx As Integer
)
public:
SemanticalException(
String^ message,
Exception^ inner,
String^ data,
int idx
)
new :
message : string *
inner : Exception *
data : string *
idx : int -> SemanticalException
Parameters
- message
- Type: SystemString
- inner
- Type: SystemException
- data
- Type: SystemString
- idx
- Type: SystemInt32
See Also