Partilhar via


FunctionFailedException Construtores

Definição

Sobrecargas

FunctionFailedException(String)
FunctionFailedException(String, Exception)

FunctionFailedException(String)

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

Parâmetros

message
String

Aplica-se a

FunctionFailedException(String, Exception)

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

Parâmetros

message
String
innerException
Exception

Aplica-se a