Otter SDK Reference
Version:

VariableFunctionArgumentException(string message, string argumentName) Constructor

Initializes a new instance of the VariableFunctionArgumentException class.

Syntax

public .ctor(string message, string argumentName)

Parameters

message
Type: string

The message that describes the error.

argumentName
Type: string

The name of the argument which was invalid.