你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FunctionFailedException Class

Definition

The exception that is thrown when a sub-orchestrator or activity function fails with an error.

[System.Serializable]
public class FunctionFailedException : Exception
[<System.Serializable>]
type FunctionFailedException = class
    inherit Exception
Public Class FunctionFailedException
Inherits Exception
Inheritance
FunctionFailedException
Attributes

Remarks

The `InnerException` property of this instance will contain additional information about the failed sub-orchestrator or activity function.

Constructors

Name Description
FunctionFailedException(String, Exception)

Initializes a new instance of a FunctionFailedException.

FunctionFailedException(String)

Initializes a new instance of a FunctionFailedException.

Applies to