hessiancsharp.io.CHessianException.CHessianException C# (CSharp) Méthode

CHessianException() public méthode

Constructor
public CHessianException ( string strMessage ) : System
strMessage string Exception-Message
Résultat System
        public CHessianException(string strMessage)
            : base(strMessage)
        {
        }

Same methods

CHessianException::CHessianException ( string strMessage, Exception e ) : System
CHessianException