Redigera

Dela via


RandomlyInjectedStorageException Class

Definition

Represents a randomly injected storage exception.

[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
Inheritance
RandomlyInjectedStorageException
Attributes

Constructors

RandomlyInjectedStorageException()

Initializes a new instance of the RandomlyInjectedStorageException class.

RandomlyInjectedStorageException(SerializationInfo, StreamingContext)

Applies to