Table of Contents

Class FunctionIndexingException

Namespace
Microsoft.Azure.WebJobs.Host.Indexers
Assembly
Microsoft.Azure.WebJobs.Host.dll
public class FunctionIndexingException : FunctionException, ISerializable
Inheritance
FunctionIndexingException
Implements
Inherited Members

Constructors

FunctionIndexingException(string, Exception)

public FunctionIndexingException(string methodName, Exception innerException)

Parameters

methodName string
innerException Exception