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

FunctionFailedException(String)

Initializes a new instance of a FunctionFailedException.

FunctionFailedException(String, Exception)

Initializes a new instance of a FunctionFailedException.

Applies to