Partager via


FunctionFailedException Constructeurs

Définition

Surcharges

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)

Paramètres

message
String

S’applique à

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)

Paramètres

message
String
innerException
Exception

S’applique à