SiloUnavailableException 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.
Signifies that an request was canceled due to target silo unavailability.
[System.Serializable]
public class SiloUnavailableException : Orleans.Runtime.OrleansMessageRejectionException
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class SiloUnavailableException : Orleans.Runtime.OrleansMessageRejectionException
[<System.Serializable>]
type SiloUnavailableException = class
inherit OrleansMessageRejectionException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type SiloUnavailableException = class
inherit OrleansMessageRejectionException
Public Class SiloUnavailableException
Inherits OrleansMessageRejectionException
Public NotInheritable Class SiloUnavailableException
Inherits OrleansMessageRejectionException
- Inheritance
- Attributes
Constructors
SiloUnavailableException() |
Initializes a new instance of the SiloUnavailableException class. |
SiloUnavailableException(SerializationInfo, StreamingContext) | |
SiloUnavailableException(String, Exception) |
Initializes a new instance of the SiloUnavailableException class. |
SiloUnavailableException(String) |
Initializes a new instance of the SiloUnavailableException class. |