RandomlyInjectedStorageException Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une exception de stockage injecté de manière aléatoire.
[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
- Héritage
-
RandomlyInjectedStorageException
- Attributs
Constructeurs
RandomlyInjectedStorageException() |
Initialise une nouvelle instance de la classe RandomlyInjectedStorageException. |
RandomlyInjectedStorageException(SerializationInfo, StreamingContext) |
Représente une exception de stockage injecté de manière aléatoire. |