RandomlyInjectedStorageException 类

定义

表示随机注入的存储异常。

[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)

表示随机注入的存储异常。

适用于