C# Class AppStore.Common.SuspensionManagerException

Handles the exception related to the SuspensionManager.
Inheritance: System.Exception
Show file Open project: BuildmLearn/BuildmLearn-Store

Public Methods

Method Description
SuspensionManagerException ( ) : System

Deafult constructor

SuspensionManagerException ( Exception e ) : System

Constructor with the Exception Object

Method Details

SuspensionManagerException() public method

Deafult constructor
public SuspensionManagerException ( ) : System
return System

SuspensionManagerException() public method

Constructor with the Exception Object
public SuspensionManagerException ( Exception e ) : System
e System.Exception
return System