AK.ESParameterTypeChangedException.ESParameterTypeChangedException C# (CSharp) Method

ESParameterTypeChangedException() public method

public ESParameterTypeChangedException ( string msg ) : System.Collections
msg string
return System.Collections
        public ESParameterTypeChangedException(string msg)
            : base(msg)
        {
        }
ESParameterTypeChangedException