AcquireLeaseResult.FailureException Property
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.
If acquiring or renewing the lease failed, this is the exception which caused it. This field would be null if operation succeed.
public Exception FailureException { get; }
[Orleans.Id(2)]
public Exception FailureException { get; }
member this.FailureException : Exception
[<Orleans.Id(2)>]
member this.FailureException : Exception
Public ReadOnly Property FailureException As Exception
Property Value
- Attributes