C# Class AppStore.Common.SuspensionManagerException

Handles the exception related to the SuspensionManager.
Inheritance: System.Exception
Afficher le fichier Open project: BuildmLearn/BuildmLearn-Store

Méthodes publiques

Méthode Description
SuspensionManagerException ( ) : System

Deafult constructor

SuspensionManagerException ( Exception e ) : System

Constructor with the Exception Object

Method Details

SuspensionManagerException() public méthode

Deafult constructor
public SuspensionManagerException ( ) : System
Résultat System

SuspensionManagerException() public méthode

Constructor with the Exception Object
public SuspensionManagerException ( Exception e ) : System
e System.Exception
Résultat System