C# 클래스 AppStore.Common.SuspensionManagerException

Handles the exception related to the SuspensionManager.
상속: System.Exception
파일 보기 프로젝트 열기: BuildmLearn/BuildmLearn-Store

공개 메소드들

메소드 설명
SuspensionManagerException ( ) : System

Deafult constructor

SuspensionManagerException ( Exception e ) : System

Constructor with the Exception Object

메소드 상세

SuspensionManagerException() 공개 메소드

Deafult constructor
public SuspensionManagerException ( ) : System
리턴 System

SuspensionManagerException() 공개 메소드

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