DataNotAvailableException 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.
Exception indicates that the requested data is not available.
[System.Serializable]
public class DataNotAvailableException : Orleans.Runtime.OrleansException
[System.Serializable]
[Orleans.GenerateSerializer]
public class DataNotAvailableException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type DataNotAvailableException = class
inherit OrleansException
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type DataNotAvailableException = class
inherit OrleansException
Public Class DataNotAvailableException
Inherits OrleansException
- Inheritance
- Derived
- Attributes
Constructors
DataNotAvailableException() |
Initializes a new instance of the DataNotAvailableException class. |
DataNotAvailableException(SerializationInfo, StreamingContext) |
Obsolete.
Initializes a new instance of the DataNotAvailableException class. |
DataNotAvailableException(String, Exception) |
Initializes a new instance of the DataNotAvailableException class. |
DataNotAvailableException(String) |
Initializes a new instance of the DataNotAvailableException class. |