FunctionInputConverterException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown when input conversion for the function invocation fails.
public class FunctionInputConverterException : Microsoft.Azure.Functions.Worker.FunctionWorkerException
type FunctionInputConverterException = class
inherit FunctionWorkerException
Public Class FunctionInputConverterException
Inherits FunctionWorkerException
- Inheritance
Constructors
FunctionInputConverterException(String, Exception) |
Initializes a new instance of the FunctionInputConverterException class with a specified error message and a reference to the inner exception that is thecause of this exception. |
FunctionInputConverterException(String) |
Initializes a new instance of the FunctionInputConverterException class with a specified error message. |