hessiancsharp.io.CHessianException.CHessianException C# (CSharp) 메소드

CHessianException() 공개 메소드

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

Same methods

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