RandomlyInjectedStorageException 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示随机注入的存储异常。
[System.Serializable]
public class RandomlyInjectedStorageException : Exception
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class RandomlyInjectedStorageException : Exception
[<System.Serializable>]
type RandomlyInjectedStorageException = class
inherit Exception
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type RandomlyInjectedStorageException = class
inherit Exception
Public Class RandomlyInjectedStorageException
Inherits Exception
Public NotInheritable Class RandomlyInjectedStorageException
Inherits Exception
- 继承
-
RandomlyInjectedStorageException
- 属性
构造函数
RandomlyInjectedStorageException() |
初始化 RandomlyInjectedStorageException 类的新实例。 |
RandomlyInjectedStorageException(SerializationInfo, StreamingContext) |
表示随机注入的存储异常。 |