ContractNotInPermitException Constructor

Initializes a new instance of the ContractNotInPermitException class.

Namespace:  SecretNET.AccessControl
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public ContractNotInPermitException(
	string contract,
	string[] allowedTokens
)

Parameters

contract
Type: String
The contract.
allowedTokens
Type: array<String>[]()[][]
The allowed tokens.