C# Class Material.EBDeployer.DeployLogic.IAM.SslUploaderServiceException

Inheritance: System.Exception
Exibir arquivo Open project: MaterialDev/elastic-beanstalk-deploy

Public Methods

Method Description
SslUploaderServiceException ( ) : System

Constructor only to be used for testability

SslUploaderServiceException ( string msg ) : System

Method Details

SslUploaderServiceException() public method

Constructor only to be used for testability
public SslUploaderServiceException ( ) : System
return System

SslUploaderServiceException() public method

public SslUploaderServiceException ( string msg ) : System
msg string
return System