Share via


FunctionFailedException Constructors

Definition

Overloads

FunctionFailedException(String)
FunctionFailedException(String, Exception)

FunctionFailedException(String)

Source:
FunctionFailedException.cs
public FunctionFailedException (string message);
new Microsoft.Azure.WebJobs.FunctionFailedException : string -> Microsoft.Azure.WebJobs.FunctionFailedException
Public Sub New (message As String)

Parameters

message
String

Applies to

FunctionFailedException(String, Exception)

Source:
FunctionFailedException.cs
public FunctionFailedException (string message, Exception innerException);
new Microsoft.Azure.WebJobs.FunctionFailedException : string * Exception -> Microsoft.Azure.WebJobs.FunctionFailedException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to