次の方法で共有


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)

ランダムに挿入されたストレージ例外を表します。

適用対象