Table of Contents

Class FunctionListenerException

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

Constructors

FunctionListenerException(string, Exception)

public FunctionListenerException(string methodName, Exception innerException)

Parameters

methodName string
innerException Exception