TaskFailureDetails.Deconstruct Method
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.
public void Deconstruct (out string ErrorType, out string ErrorMessage, out string? StackTrace, out Microsoft.DurableTask.TaskFailureDetails? InnerFailure);
Public Sub Deconstruct (ByRef ErrorType As String, ByRef ErrorMessage As String, ByRef StackTrace As String, ByRef InnerFailure As TaskFailureDetails)
Parameters
- ErrorType
- String
- ErrorMessage
- String
- StackTrace
- String
- InnerFailure
- TaskFailureDetails