Dev2.Converters.BaseTypeException.BaseTypeException C# (CSharp) Method

BaseTypeException() public method

public BaseTypeException ( string msg ) : System
msg string
return System
        public BaseTypeException(string msg) : base(msg)
        {
        }
    }
BaseTypeException