FunctionFailedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) |
Initializes a new instance of a FunctionFailedException. |
FunctionFailedException(String) |
Initializes a new instance of a FunctionFailedException. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET