SemanticException Constructor (IToken, String) |
Namespace:
Lextm.SharpSnmpPro.Mib
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic SemanticException(
IToken token,
string allowed
)
Public Sub New (
token As IToken,
allowed As String
)
public:
SemanticException(
IToken^ token,
String^ allowed
)
new :
token : IToken *
allowed : string -> SemanticException
Parameters
- token
- Type: IToken
The wrong token. - allowed
- Type: SystemString
The allowed token information.
See Also