Freigeben über


FunctionFailedException Konstruktoren

Definition

Überlädt

FunctionFailedException(String)
FunctionFailedException(String, Exception)

FunctionFailedException(String)

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

Parameter

message
String

Gilt für:

FunctionFailedException(String, Exception)

Quelle:
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)

Parameter

message
String
innerException
Exception

Gilt für: