C# Class Org.BouncyCastle.Cms.CmsException

Inheritance: System.Exception
Show file Open project: nonorganic/dssnet

Public Methods

Method Description
CmsException ( ) : System
CmsException ( string msg ) : System
CmsException ( string msg, Exception e ) : System

Method Details

CmsException() public method

public CmsException ( ) : System
return System

CmsException() public method

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

CmsException() public method

public CmsException ( string msg, Exception e ) : System
msg string
e System.Exception
return System