OrleansLifecycleCanceledException 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.
Indicates a lifecycle was canceled, either by request or due to observer error.
[System.Serializable]
public class OrleansLifecycleCanceledException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class OrleansLifecycleCanceledException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type OrleansLifecycleCanceledException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type OrleansLifecycleCanceledException = class
inherit OrleansException
Public Class OrleansLifecycleCanceledException
Inherits OrleansException
Public NotInheritable Class OrleansLifecycleCanceledException
Inherits OrleansException
- Inheritance
- Attributes
Constructors
OrleansLifecycleCanceledException(SerializationInfo, StreamingContext) |