BuildMaster SDK Reference
Version:

VariableFunctionException(string message, System.Exception inner) Constructor

Initializes a new instance of the VariableFunctionException class.

Syntax

public .ctor(string message, System.Exception inner)

Parameters

message
Type: string

The message that describes the error.

inner
Type: System.Exception

The exception that is the cause of the current exception.