Click or drag to resize

SemanticException Constructor (IToken, String)

Initializes a new instance of the SemanticException class.

Namespace:  Lextm.SharpSnmpPro.Mib
Assembly:  SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntax
public SemanticException(
	IToken token,
	string allowed
)

Parameters

token
Type: IToken
The wrong token.
allowed
Type: SystemString
The allowed token information.
See Also