ClientNotAvailableException 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 that a client is not longer reachable.
[System.Serializable]
public class ClientNotAvailableException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class ClientNotAvailableException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type ClientNotAvailableException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type ClientNotAvailableException = class
inherit OrleansException
Public Class ClientNotAvailableException
Inherits OrleansException
Public NotInheritable Class ClientNotAvailableException
Inherits OrleansException
- Inheritance
- Attributes
Constructors
ClientNotAvailableException(SerializationInfo, StreamingContext) |