hessiancsharp.io.CHessianException.CHessianException C# (CSharp) Method

CHessianException() public method

Constructor
public CHessianException ( string strMessage ) : System
strMessage string Exception-Message
return System
        public CHessianException(string strMessage)
            : base(strMessage)
        {
        }

Same methods

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