BuildMaster SDK Reference
Version:
VariableFunctionException(string message, System.Exception inner) Constructor
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.